mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NDK] Fix weird "ntstatus.s" statement (#5771)
Spotted by Serge Gautherie.
This commit is contained in:
parent
42c93e3cbb
commit
9021a14f4a
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ remain anonymous, simply do not include this statement.
|
|||
|
||||
* User Mode Application requiring Native Types:
|
||||
|
||||
#define WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.s from NDK */
|
||||
#define WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.h from PSDK */
|
||||
#include "windows.h" /* Declare Windows Headers like you normally would */
|
||||
#include "ntndk.h" /* Declare the NDK Headers */
|
||||
|
||||
|
@ -188,7 +188,7 @@ remain anonymous, simply do not include this statement.
|
|||
|
||||
* You may also include only the files you need (example for User-Mode application):
|
||||
|
||||
#define WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.s from NDK */
|
||||
#define WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.h from PSDK */
|
||||
#include "windows.h" /* Declare Windows Headers like you normally would */
|
||||
#include "rtlfuncs.h" /* Declare the Rtl* Functions */
|
||||
|
||||
|
|
Loading…
Reference in a new issue