Changeset 66714 in vbox
- Timestamp:
- Apr 28, 2017 7:59:36 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115113
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cdefs.h
r62476 r66714 98 98 */ 99 99 #if defined(IN_DIS) 100 # define DISDECL(type) DECLEXPORT(type) VBOXCALL 100 # define DISDECL(type) DECLHIDDEN(type) VBOXCALL 101 # ifdef IN_DIS_STATIC 102 # else 103 # define DISDECL(type) DECLEXPORT(type) VBOXCALL 104 # endif 101 105 #else 102 106 # define DISDECL(type) DECLIMPORT(type) VBOXCALL -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r66545 r66714 208 208 win/SUPR3HardenedMainA-win.asm \ 209 209 win/SUPR3HardenedMainImports-win.cpp \ 210 211 210 win/SUPHardenedVerifyProcess-win.cpp \ 211 win/SUPHardenedVerifyImage-win.cpp \ 212 212 $(VBOX_SUP_WIN_CERTS_FILE) 213 213 SUPR3HardenedStatic_SOURCES.x86 += \ … … 219 219 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) ## @todo some of this move up. 220 220 SUPR3HardenedStatic_DEFS += \ 221 IN_RT \222 221 IN_RT_R3 \ 223 222 IN_RT_STATIC \ 224 223 IN_DIS \ 224 IN_DIS_STATIC \ 225 225 DIS_CORE_ONLY \ 226 226 IPRT_NO_CRT \ … … 421 421 SUPR3HardenedStatic_DEFS += \ 422 422 IN_DIS \ 423 IN_DIS_STATIC \ 423 424 DIS_CORE_ONLY \ 424 425 LOG_DISABLED
Note:
See TracChangeset
for help on using the changeset viewer.