Changeset 69783 in vbox for trunk/src/VBox/Main/src-server/win/svcmain.cpp
- Timestamp:
- Nov 20, 2017 6:58:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r69775 r69783 78 78 HWND g_hMainWindow = NULL; 79 79 HINSTANCE g_hInstance = NULL; 80 #ifdef VBOX_WITH_SDS _PLAN_B80 #ifdef VBOX_WITH_SDS 81 81 /** This is set if we're connected to SDS and should discount a server lock 82 82 * that it is holding when deciding whether we're idle or not. */ … … 121 121 /*static*/ bool CExeModule::isIdleLockCount(LONG cLocks) 122 122 { 123 #ifdef VBOX_WITH_SDS _PLAN_B123 #ifdef VBOX_WITH_SDS 124 124 if (g_fRegisteredWithVBoxSDS) 125 125 return cLocks <= 1; … … 185 185 186 186 187 #ifdef VBOX_WITH_SDS _PLAN_B187 #ifdef VBOX_WITH_SDS 188 188 class VBoxSVCRegistration; 189 189 … … 473 473 } 474 474 475 #endif /* VBOX_WITH_SDS _PLAN_B*/475 #endif /* VBOX_WITH_SDS */ 476 476 477 477 … … 807 807 RTLOGFLAGS_PREFIX_THREAD | RTLOGFLAGS_PREFIX_TIME_PROG, 808 808 VBOXSVC_LOG_DEFAULT, "VBOXSVC_RELEASE_LOG", 809 #ifdef VBOX_WITH_SDS _PLAN_B809 #ifdef VBOX_WITH_SDS 810 810 RTLOGDEST_FILE | RTLOGDEST_F_DELAY_FILE, 811 811 #else
Note:
See TracChangeset
for help on using the changeset viewer.