- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.

- winnt.h: respect WIN32_NO_STATUS for DBG codes.
- rtl: change STDCALL to NTAPI
- everything else: add precompiled headers where missing, define WIN32_NO_STATUS.

svn path=/trunk/; revision=18598
This commit is contained in:
Alex Ionescu 2005-10-19 17:03:38 +00:00
parent 593300080a
commit 8c002db0c2
139 changed files with 688 additions and 685 deletions

View file

@ -14,6 +14,7 @@
* and improve reusability
*/
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>