disable defining ntstatus codes in windows.h/winnt.h when using ndk
[reactos.git] / rosapps / tests / threadwait / threadwait.c
index d359a41..06c20c4 100644 (file)
@@ -4,6 +4,7 @@
  * Purpose: Probe for PsUnblockThread crash due to double-acquire spin lock.
  */
 
  * Purpose: Probe for PsUnblockThread crash due to double-acquire spin lock.
  */
 
+#define WIN32_NO_STATUS
 #include <windows.h>
 #include <stdio.h>
 
 #include <windows.h>
 #include <stdio.h>