[NTDLL_VISTA]

Fix GCC build after r74706.
Patch by Thomas

svn path=/trunk/; revision=74707
This commit is contained in:
Pierre Schweitzer 2017-05-30 22:01:13 +00:00
parent c588ecb84f
commit 7b67bd00c4

View file

@ -1,6 +1,9 @@
remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
add_definitions(-D_WIN32_WINNT=0x600 -DWINVER=0x600)
add_definitions(-D_WIN32_WINNT=0x600 -DWINVER=0x600
-D__NTDLL__
-D_NTOSKRNL_
-D_NTSYSTEM_)
spec2def(ntdll_vista.dll ntdll_vista.spec ADD_IMPORTLIB)