[NTDLL_VISTA]
authorPierre Schweitzer <pierre@reactos.org>
Tue, 30 May 2017 22:01:13 +0000 (22:01 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 30 May 2017 22:01:13 +0000 (22:01 +0000)
Fix GCC build after r74706.
Patch by Thomas

svn path=/trunk/; revision=74707

reactos/dll/win32/ntdll_vista/CMakeLists.txt

index 6557a51..7f235ad 100644 (file)
@@ -1,6 +1,9 @@
 
 remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
 
 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)
 
 
 spec2def(ntdll_vista.dll ntdll_vista.spec ADD_IMPORTLIB)