Changeset 106938 in vbox for trunk/src/VBox/GuestHost/installation
- Timestamp:
- Nov 11, 2024 5:54:56 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/Makefile.kmk
r106937 r106938 30 30 31 31 VBoxDrvInst_TEMPLATE = VBoxR3Exe 32 VBoxDrvInst_DEFS = _WIN32_WINNT=0x0 501_UNICODE UNICODE VBOX_SVN_REV=$(VBOX_SVN_REV)32 VBoxDrvInst_DEFS = _WIN32_WINNT=0x0400 _UNICODE UNICODE VBOX_SVN_REV=$(VBOX_SVN_REV) 33 33 VBoxDrvInst_SOURCES = \ 34 34 VBoxWinDrvCommon.cpp \ … … 61 61 VBoxDrvInstGuest_EXTENDS_BY = appending 62 62 VBoxDrvInstGuest_NAME := VBoxDrvInst 63 VBoxDrvInstGuest_VBOX_IMPORT_CHECKER.win.x86 := nt4 # setupapi was introduced in NT4. 63 64 64 65 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.