- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
[reactos.git] / reactos / lib / ntdll / inc / ntdll.h
index 73acc51..7676b2b 100644 (file)
@@ -20,6 +20,7 @@
 #include <ctype.h>
 
 /* SDK/DDK/NDK Headers. */
+#define WIN32_NO_STATUS
 #include <windows.h>
 #define NTOS_MODE_USER
 #include <ndk/ntndk.h>