Changeset 4453 in vbox for trunk/src/VBox/Additions/WINNT/VBoxService
- Timestamp:
- Aug 30, 2007 8:11:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp
r4452 r4453 337 337 while(true) 338 338 { 339 DWORD waitResult = MsgWaitForMultipleObjectsEx(1, &gStopSem, 100, QS_ALLINPUT, 0);339 DWORD waitResult = MsgWaitForMultipleObjectsEx(1, &gStopSem, 250, QS_ALLINPUT, 0); 340 340 if (waitResult == WAIT_OBJECT_0) 341 341 {
Note:
See TracChangeset
for help on using the changeset viewer.