mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[NTDLL_VISTA]
Fix GCC build after r74706. Patch by Thomas svn path=/trunk/; revision=74707
This commit is contained in:
parent
c588ecb84f
commit
7b67bd00c4
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue