Changeset 55751 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 8, 2015 10:27:52 AM (10 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r54120 r55751 61 61 if1of ($(KBUILD_TARGET), linux solaris) 62 62 VBoxService_DEFS += VBOX_WITH_SHARED_FOLDERS 63 endif64 endif65 ifdef VBOXSERVICE_WITH_DISPLAY66 if1of ($(KBUILD_TARGET), linux solaris freebsd)67 VBoxService_DEFS += VBOXSERVICE_WITH_DISPLAY68 63 endif 69 64 endif -
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r54010 r55751 137 137 #ifdef VBOX_WITH_SHARED_FOLDERS 138 138 { &g_AutoMount, NIL_RTTHREAD, false, false, false, false, true }, 139 #endif140 #ifdef VBOXSERVICE_WITH_DISPLAY141 { &g_Display, NIL_RTTHREAD, false, false, false, false, true },142 139 #endif 143 140 }; -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r52890 r55751 177 177 extern VBOXSERVICE g_AutoMount; 178 178 #endif 179 #ifdef VBOXSERVICE_WITH_DISPLAY180 extern VBOXSERVICE g_Display;181 #endif182 179 #ifdef DEBUG 183 180 extern RTCRITSECT g_csLog; /* For guest process stdout dumping. */
Note:
See TracChangeset
for help on using the changeset viewer.