From 1b137b580f6e31786a8aead0835b8311fb760f58 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 24 Jul 2011 17:14:58 +0000 Subject: [PATCH] [NDK]: ntpoapi.h only includes Nt functions, not Zw, so leave the Zw's in the NDK. svn path=/trunk/; revision=52844 --- reactos/include/ndk/pofuncs.h | 3 +-- reactos/ntoskrnl/include/ntoskrnl.h | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/reactos/include/ndk/pofuncs.h b/reactos/include/ndk/pofuncs.h index 413296fff14..12f0d7c9f6d 100644 --- a/reactos/include/ndk/pofuncs.h +++ b/reactos/include/ndk/pofuncs.h @@ -109,7 +109,7 @@ NTAPI NtCancelDeviceWakeupRequest( IN HANDLE Device ); - +#endif NTSYSCALLAPI NTSTATUS NTAPI @@ -140,4 +140,3 @@ ZwSetSystemPowerState( IN ULONG Flags ); #endif -#endif diff --git a/reactos/ntoskrnl/include/ntoskrnl.h b/reactos/ntoskrnl/include/ntoskrnl.h index ed37af715e6..667c83738cf 100644 --- a/reactos/ntoskrnl/include/ntoskrnl.h +++ b/reactos/ntoskrnl/include/ntoskrnl.h @@ -38,9 +38,7 @@ #define TEXT(s) L##s #include #include - -/* FIXME: Temporary until Winldr is used */ -#include +#include /* C Headers */ #include