Changeset 45784 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 26, 2013 4:04:10 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r45779 r45784 2522 2522 #else 2523 2523 RTListAppend(&pDevExt->WokenUpList, &pWait->ListNode); 2524 rc |= RTSemEventMultiSignal(pWait->Event); 2524 int rc = RTSemEventMultiSignal(pWait->Event); 2525 AssertRC(rc); 2525 2526 #endif 2526 2527 if (!fEvents)
Note:
See TracChangeset
for help on using the changeset viewer.