mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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:
parent
242c7a190e
commit
1b137b580f
2 changed files with 2 additions and 5 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue