Include ntifs, instead of ntddk, needed by NDK

svn path=/trunk/; revision=46621
This commit is contained in:
Timo Kreuzer 2010-03-31 15:19:01 +00:00
parent 99e6ad789f
commit 1d4dbb9cb7

View file

@ -9,7 +9,7 @@
#pragma once
#define NOEXTAPI
#include <ntddk.h>
#include <ntifs.h>
#define NDEBUG
#include <halfuncs.h>
#include <stdio.h>