Changeset 42243 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Jul 20, 2012 12:30:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
r42226 r42243 29 29 VBoxDisp_SDKS = ReorderCompilerIncs $(VBOX_WINDDK_GST_NT4) 30 30 VBoxDisp_DEFS.x86 = _WIN32_WINNT=0x0501 31 VBoxDisp_DEFS.amd64 = _WIN32_WINNT=0x0500 # <- otherwise the build will fail due to DDK header inconsistencies 31 ifndef VBOX_USE_VCC100 32 VBoxDisp_DEFS.amd64 = _WIN32_WINNT=0x0500 # <- otherwise the build will fail due to DDK header inconsistencies 33 endif 32 34 VBoxDisp_DEFS = VBOX_WITH_DDRAW 33 35 VBoxDisp_DEFS += LOG_TO_BACKDOOR #LOG_ENABLED
Note:
See TracChangeset
for help on using the changeset viewer.