Changeset 26355 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Feb 9, 2010 11:15:07 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r26326 r26355 64 64 if (RT_SUCCESS(rc)) 65 65 { 66 #if ndef VBOX_VBGLR3_XFREE8667 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)); 68 68 #endif 69 69 if (pfEvents)
Note:
See TracChangeset
for help on using the changeset viewer.