Changeset 28604 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Apr 22, 2010 3:50:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r28603 r28604 649 649 rc = VBoxServiceStartServices(iMain); 650 650 #ifndef RT_OS_WINDOWS 651 VBoxServiceWaitSignal(); 651 if (RT_SUCCESS(rc)) 652 VBoxServiceWaitSignal(); 652 653 #endif 653 654 VBoxServiceStopServices();
Note:
See TracChangeset
for help on using the changeset viewer.