Changeset 32621 in vbox
- Timestamp:
- Sep 17, 2010 7:42:34 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r32574 r32621 2356 2356 */ 2357 2357 fEvents |= pDevExt->f32PendingEvents; 2358 RTListForEachSafe(&pDevExt-> HGCMWaitList, pWait, pSafe, VBOXGUESTWAIT, ListNode)2358 RTListForEachSafe(&pDevExt->WaitList, pWait, pSafe, VBOXGUESTWAIT, ListNode) 2359 2359 { 2360 2360 if ( (pWait->fReqEvents & fEvents)
Note:
See TracChangeset
for help on using the changeset viewer.