- Include ntifs.h instead of ntddk.h (and don't include both at the same time).

svn path=/branches/header-work/; revision=47171
This commit is contained in:
Amine Khaldi 2010-05-12 18:19:05 +00:00
parent e360db369f
commit 1f071790b9
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@
/* INCLUDES *******************************************************************/
#define NOEXTAPI
#include <ntddk.h>
#include <ntifs.h>
#define NDEBUG
#include <halfuncs.h>
#include <stdio.h>

View file

@ -10,7 +10,6 @@
/* INCLUDES *****************************************************************/
#define NOEXTAPI
#include <ntddk.h>
#include <ntifs.h>
#define NDEBUG
#include <halfuncs.h>