We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551d28e commit b414e1eCopy full SHA for b414e1e
ntoskrnl/include/ntoskrnl.h
@@ -58,9 +58,13 @@
58
#include <ndk/rtlfuncs.h>
59
#include <ndk/sefuncs.h>
60
#include <ndk/vftypes.h>
61
+
62
#undef TEXT
63
#define TEXT(s) L##s
64
65
+#define _IN_KERNEL_
66
#include <regstr.h>
67
68
#include <ntstrsafe.h>
69
#include <ntpoapi.h>
70
#define ENABLE_INTSAFE_SIGNED_FUNCTIONS
ntoskrnl/ntos.cmake
@@ -11,7 +11,6 @@ include_directories(
11
add_definitions(
12
-D_NTOSKRNL_
13
-D_NTSYSTEM_
14
- -D_IN_KERNEL_
15
-DNTDDI_VERSION=0x05020400)
16
17
if(NOT DEFINED NEWCC)
0 commit comments