Changeset 44872 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 28, 2013 4:48:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r44863 r44872 803 803 #endif 804 804 805 #ifdef VBOX_WITH_GUEST_CONTROL 805 806 /* 806 807 * Check if we're the specially spawned VBoxService.exe process that … … 810 811 && !RTStrICmp(argv[1], "guestsession")) 811 812 return VBoxServiceControlSessionForkInit(argc, argv); 813 #endif 812 814 813 815 /*
Note:
See TracChangeset
for help on using the changeset viewer.