mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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(
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue