VirtualBox

Ignore:
Timestamp:
Feb 9, 2010 11:15:07 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57445
Message:

Get rid of annoying assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp

    r26326 r26355  
    6464    if (RT_SUCCESS(rc))
    6565    {
    66 #ifndef VBOX_VBGLR3_XFREE86
    67         AssertMsg(waitEvent.u32Result == VBOXGUEST_WAITEVENT_OK, ("%d\n", waitEvent.u32Result));
     66#if !defined(VBOX_VBGLR3_XFREE86) && !defined(RT_OS_WINDOWS)
     67        AssertMsg(waitEvent.u32Result == VBOXGUEST_WAITEVENT_OK, ("%d rc=%d\n", waitEvent.u32Result, rc));
    6868#endif
    6969        if (pfEvents)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette