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

@ -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>