disable defining ntstatus codes in windows.h/winnt.h when using ndk

svn path=/trunk/; revision=19382
This commit is contained in:
Thomas Bluemel 2005-11-20 18:54:55 +00:00
parent bf60481a6b
commit 096266737b
10 changed files with 10 additions and 4 deletions

View file

@ -32,6 +32,7 @@
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows //headers
#define WIN32_NO_STATUS
#include <windows.h>
#include <stdlib.h>

View file

@ -5,6 +5,7 @@
* Copyright (c) 2000,2001 Emanuele Aliberti
*/
#include <reactos/buildno.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>

View file

@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>

View file

@ -1,5 +1,6 @@
#include <stdio.h>
#include <string.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>

View file

@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>

View file

@ -1,7 +1,7 @@
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>

View file

@ -2,6 +2,7 @@
* isotest - display cdrom information
*/
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>

View file

@ -1,5 +1,5 @@
#define UNICODE
#define WIN32_NO_STATUS
#include <windows.h>
#include <stdio.h>
#define NTOS_MODE_USER

View file

@ -1,5 +1,5 @@
#define UNICODE
#define WIN32_NO_STATUS
#include <windows.h>
#include <stdio.h>
#define NTOS_MODE_USER

View file

@ -4,6 +4,7 @@
* Purpose: Probe for PsUnblockThread crash due to double-acquire spin lock.
*/
#define WIN32_NO_STATUS
#include <windows.h>
#include <stdio.h>