mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +00:00
- 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:
parent
4224d31e22
commit
47bb187225
2 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@
|
||||||
#include <ntoskrnl.h>
|
#include <ntoskrnl.h>
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
//#include <ntoskrnl/cm/newcm.h>
|
|
||||||
#include "ntoskrnl/cm/cm.h"
|
#include "ntoskrnl/cm/cm.h"
|
||||||
#include "ntverp.h"
|
|
||||||
#include "ntstrsafe.h"
|
#include "ntstrsafe.h"
|
||||||
|
|
||||||
typedef struct _INIT_BUFFER
|
typedef struct _INIT_BUFFER
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
/* Version Data */
|
/* Version Data */
|
||||||
#include <ntverp.h>
|
#include <psdk/ntverp.h>
|
||||||
#define _WIN32_WINNT _WIN32_WINNT_WS03
|
#define _WIN32_WINNT _WIN32_WINNT_WS03
|
||||||
#define NTDDI_VERSION NTDDI_WS03SP1
|
#define NTDDI_VERSION NTDDI_WS03SP1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue