Changeset 29291 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- May 10, 2010 10:12:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp
r28800 r29291 64 64 if (RT_SUCCESS(rc)) 65 65 { 66 /* 67 * If a guest requests for an event which is not available on the host side 68 * (because of an older host version, a disabled feature or older Guest Additions), 69 * don't trigger an assertion here even in debug builds - would be annoying. 70 */ 71 #if 0 66 72 AssertMsg(waitEvent.u32Result == VBOXGUEST_WAITEVENT_OK, ("%d rc=%Rrc\n", waitEvent.u32Result, rc)); 73 #endif 67 74 if (pfEvents) 68 75 *pfEvents = waitEvent.u32EventFlagsOut;
Note:
See TracChangeset
for help on using the changeset viewer.