Changeset 49891 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.1 merged: 85944-85947,85949-85950,85953,86701,86728,87009 /branches/andy/draganddrop (added) merged: 90781-91268
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/andy/draganddrop/src/VBox (added) merged: 90781-91268
- Property svn:mergeinfo changed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp
r46593 r49891 409 409 else 410 410 { 411 #ifndef DEBUG_andy /* Too noisy for me. */ 411 412 Log(("VBoxTray: VBoxVRDPThread: Error from DeviceIoControl VBOXGUEST_IOCTL_VMMREQUEST\n")); 412 413 #endif 413 414 /* sleep a bit to not eat too much CPU in case the above call always fails */ 414 415 if (WaitForSingleObject(pCtx->pEnv->hStopEvent, 10) == WAIT_OBJECT_0) … … 422 423 else 423 424 { 425 #ifndef DEBUG_andy 424 426 Log(("VBoxTray: VBoxVRDPThread: Error from DeviceIoControl VBOXGUEST_IOCTL_WAITEVENT\n")); 425 427 #endif 426 428 /* sleep a bit to not eat too much CPU in case the above call always fails */ 427 429 if (WaitForSingleObject(pCtx->pEnv->hStopEvent, 10) == WAIT_OBJECT_0)
Note:
See TracChangeset
for help on using the changeset viewer.