- Force using ReactOS's ntverp.h instead of the WDK.

- Don't include ntverp.h twice.

svn path=/trunk/; revision=28225
This commit is contained in:
Aleksey Bragin 2007-08-07 20:51:50 +00:00
parent 4224d31e22
commit 47bb187225
2 changed files with 1 additions and 3 deletions

View file

@ -12,9 +12,7 @@
#include <ntoskrnl.h>
#define NDEBUG
#include <debug.h>
//#include <ntoskrnl/cm/newcm.h>
#include "ntoskrnl/cm/cm.h"
#include "ntverp.h"
#include "ntstrsafe.h"
typedef struct _INIT_BUFFER

View file

@ -9,7 +9,7 @@
/* INCLUDES ******************************************************************/
/* Version Data */
#include <ntverp.h>
#include <psdk/ntverp.h>
#define _WIN32_WINNT _WIN32_WINNT_WS03
#define NTDDI_VERSION NTDDI_WS03SP1