File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
#define WIN32_NO_STATUS
2
2
#include <windows.h>
3
3
#include <debug.h>
4
+ #define NTOS_MODE_USER
5
+ #include <ndk/umtypes.h>
4
6
5
7
#define _HIDPI_
6
8
#define _HIDPI_NO_FUNCTION_MACROS_
@@ -10,7 +12,7 @@ typedef VOID
10
12
typedef VOID
11
13
(WINAPI * PINTERFACE_DEREFERENCE )(
12
14
PVOID Context );
13
- #include <ntndk.h>
15
+
14
16
#include <hidusage.h>
15
17
#include <hidclass.h>
16
18
#include <hidpi.h>
Original file line number Diff line number Diff line change 20
20
21
21
#include <stdarg.h>
22
22
23
- #include <ntstatus.h>
24
23
#define WIN32_NO_STATUS
25
24
#include <windows.h>
26
- #include <ntndk.h>
25
+ #define NTOS_MODE_USER
26
+ #include <ndk/pofuncs.h>
27
+ #include <ndk/rtlfuncs.h>
28
+ #include <ndk/setypes.h>
27
29
#include <powrprof.h>
28
30
#include <wchar.h>
29
31
#include <stdio.h>
Original file line number Diff line number Diff line change 9
9
/* INCLUDES *******************************************************************/
10
10
11
11
#include <ntifs.h>
12
- #include <ntndk .h>
12
+ #include <ndk/ketypes .h>
13
13
14
14
/* FUNCTIONS ******************************************************************/
15
15
You can’t perform that action at this time.
0 commit comments