fix ndk header usage

svn path=/trunk/; revision=16616
This commit is contained in:
Martin Fuchs 2005-07-17 12:50:56 +00:00
parent 85da1524b5
commit 2a0636a4ef

View file

@ -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"