mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -109,7 +109,7 @@ NTAPI
|
||||
NtCancelDeviceWakeupRequest(
|
||||
IN HANDLE Device
|
||||
);
|
||||
|
||||
#endif
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
@@ -140,4 +140,3 @@ ZwSetSystemPowerState(
|
||||
IN ULONG Flags
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user