fix ndk header usage
authorMartin Fuchs <fuchs.martin@gmail.com>
Sun, 17 Jul 2005 12:50:56 +0000 (12:50 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Sun, 17 Jul 2005 12:50:56 +0000 (12:50 +0000)
svn path=/trunk/; revision=16616

rosapps/sysutils/ctm/ctm.c

index 403195b..b9395f5 100644 (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"