mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[KMTEST]
- Fix platform includes svn path=/trunk/; revision=59545
This commit is contained in:
parent
2d6aa7e6da
commit
517239e69e
1 changed files with 5 additions and 1 deletions
|
@ -21,8 +21,9 @@
|
|||
#include <ntifs.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/sefuncs.h>
|
||||
#include <ntstrsafe.h>
|
||||
|
||||
#elif defined KMT_USER_MODE
|
||||
|
@ -30,7 +31,10 @@
|
|||
#define UNICODE
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winsvc.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <strsafe.h>
|
||||
|
|
Loading…
Reference in a new issue