mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
fix ndk header usage
svn path=/trunk/; revision=16616
This commit is contained in:
parent
85da1524b5
commit
2a0636a4ef
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows //headers
|
||||
#include <windows.h>
|
||||
//#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
|
@ -41,8 +41,8 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <epsapi.h>
|
||||
#include <ntos/zwtypes.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <epsapi/epsapi.h>
|
||||
|
||||
#include "ctm.h"
|
||||
#include "resource.h"
|
||||
|
|
Loading…
Reference in a new issue