mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Use NDK instead of DDK
svn path=/trunk/; revision=16176
This commit is contained in:
parent
f239820920
commit
26fca9d4cf
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#include <windows.h>
|
||||
#include <ntddk.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <fmifs.h>
|
||||
#include <fslib/vfatlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue