Use NDK instead of DDK

svn path=/trunk/; revision=16176
This commit is contained in:
Alex Ionescu 2005-06-20 20:13:58 +00:00
parent f239820920
commit 26fca9d4cf

View file

@ -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>