mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
- 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:
parent
593300080a
commit
8c002db0c2
139 changed files with 688 additions and 685 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue