Changeset 44884 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Mar 1, 2013 11:12:40 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84050
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r44863 r44884 53 53 if1of ($(KBUILD_TARGET), win) 54 54 VBoxService_DEFS += VBOX_WITH_PAGE_SHARING 55 ifdef VBOX_WITH_MMR 56 VBoxService_DEFS += VBOX_WITH_MMR 57 endif 55 58 endif 56 59 if1of ($(KBUILD_TARGET), linux) -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r44539 r44884 1051 1051 { szSysDir, "VBoxGINA.dll" }, 1052 1052 { szSysDir, "VBoxCredProv.dll" }, 1053 # ifdef VBOX_WITH_MMR 1054 { szSysDir, "VBoxMMR.exe" }, 1055 # endif /* VBOX_WITH_MMR */ 1053 1056 1054 1057 /* On 64-bit we don't yet have the OpenGL DLLs in native format. 1055 1058 So just enumerate the 32-bit files in the SYSWOW directory. */ 1056 1059 # ifdef RT_ARCH_AMD64 1060 # ifdef VBOX_WITH_MMR 1061 { szSysWowDir, "VBoxMMRHook.dll" }, 1062 # endif /* VBOX_WITH_MMR */ 1057 1063 { szSysWowDir, "VBoxOGLarrayspu.dll" }, 1058 1064 { szSysWowDir, "VBoxOGLcrutil.dll" }, … … 1063 1069 { szSysWowDir, "VBoxOGL.dll" }, 1064 1070 # else /* !RT_ARCH_AMD64 */ 1071 # ifdef VBOX_WITH_MMR 1072 { szSysDir, "VBoxMMRHook.dll" }, 1073 # endif /* VBOX_WITH_MMR */ 1065 1074 { szSysDir, "VBoxOGLarrayspu.dll" }, 1066 1075 { szSysDir, "VBoxOGLcrutil.dll" },
Note:
See TracChangeset
for help on using the changeset viewer.