Changeset 29313 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 11, 2010 7:08:01 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r29026 r29313 75 75 VBoxServiceVMInfo.cpp \ 76 76 VBoxServicePropCache.cpp 77 if1of ($(KBUILD_TARGET), win)78 VBoxService_SOURCES += \79 VBoxServiceExec.cpp80 endif81 77 endif 82 78 if1of ($(KBUILD_TARGET), linux) -
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r29258 r29313 87 87 #ifdef VBOXSERVICE_VMINFO 88 88 { &g_VMInfo, NIL_RTTHREAD, false, false, false, true }, 89 #endif90 #ifdef VBOXSERVICE_EXEC91 { &g_Exec, NIL_RTTHREAD, false, false, false, true },92 89 #endif 93 90 #ifdef VBOXSERVICE_CPUHOTPLUG -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r29040 r29313 272 272 extern VBOXSERVICE g_Control; 273 273 extern VBOXSERVICE g_VMInfo; 274 extern VBOXSERVICE g_Exec;275 274 extern VBOXSERVICE g_CpuHotPlug; 276 275 #ifdef VBOXSERVICE_MANAGEMENT
Note:
See TracChangeset
for help on using the changeset viewer.