mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[KERNEL32] Add missing NTOS_MODE_USER when including the NDK.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#undef NTDDI_VERSION
|
||||
#define NTDDI_VERSION NTDDI_WS03SP1
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#undef NTDDI_VERSION
|
||||
#define NTDDI_VERSION NTDDI_WS03SP1
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
|
||||
Reference in New Issue
Block a user