[NDK]: ntpoapi.h only includes Nt functions, not Zw, so leave the Zw's in the NDK.

svn path=/trunk/; revision=52844
This commit is contained in:
Alex Ionescu
2011-07-24 17:14:58 +00:00
parent 242c7a190e
commit 1b137b580f
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -109,7 +109,7 @@ NTAPI
NtCancelDeviceWakeupRequest(
IN HANDLE Device
);
#endif
NTSYSCALLAPI
NTSTATUS
NTAPI
@@ -140,4 +140,3 @@ ZwSetSystemPowerState(
IN ULONG Flags
);
#endif
#endif
+1 -3
View File
@@ -38,9 +38,7 @@
#define TEXT(s) L##s
#include <regstr.h>
#include <ntstrsafe.h>
/* FIXME: Temporary until Winldr is used */
#include <rosldr.h>
#include <ntpoapi.h>
/* C Headers */
#include <stdlib.h>