[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

View file

@ -109,7 +109,7 @@ NTAPI
NtCancelDeviceWakeupRequest( NtCancelDeviceWakeupRequest(
IN HANDLE Device IN HANDLE Device
); );
#endif
NTSYSCALLAPI NTSYSCALLAPI
NTSTATUS NTSTATUS
NTAPI NTAPI
@ -140,4 +140,3 @@ ZwSetSystemPowerState(
IN ULONG Flags IN ULONG Flags
); );
#endif #endif
#endif

View file

@ -38,9 +38,7 @@
#define TEXT(s) L##s #define TEXT(s) L##s
#include <regstr.h> #include <regstr.h>
#include <ntstrsafe.h> #include <ntstrsafe.h>
#include <ntpoapi.h>
/* FIXME: Temporary until Winldr is used */
#include <rosldr.h>
/* C Headers */ /* C Headers */
#include <stdlib.h> #include <stdlib.h>