- 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

@ -17,7 +17,7 @@
/*
* @implemented
*/
NTSTATUS STDCALL
NTSTATUS NTAPI
RtlFindMessage(PVOID BaseAddress,
ULONG Type,
ULONG Language,
@ -134,7 +134,7 @@ RtlFindMessage(PVOID BaseAddress,
*
* @unimplemented
*/
NTSTATUS STDCALL
NTSTATUS NTAPI
RtlFormatMessage(PWSTR Message,
UCHAR MaxWidth,
BOOLEAN IgnoreInserts,