Author: janderwald
Date: Wed Jun 7 02:54:18 2006
New Revision: 22256
URL:
http://svn.reactos.ru/svn/reactos?rev=22256&view=rev
Log:
small compilation fix
Modified:
trunk/reactos/include/powrprof.h
Modified: trunk/reactos/include/powrprof.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/include/powrprof.h?rev=2225…
==============================================================================
--- trunk/reactos/include/powrprof.h (original)
+++ trunk/reactos/include/powrprof.h Wed Jun 7 02:54:18 2006
@@ -16,7 +16,10 @@
#define NEWSCHEME (UINT)-1
#ifndef RC_INVOKED
-#include <ntdef.h> /* for NTSTATUS */
+#ifndef NTSTATUS
+typedef LONG NTSTATUS, *PNTSTATUS;
+#endif
+
typedef struct _GLOBAL_MACHINE_POWER_POLICY{
ULONG Revision;
SYSTEM_POWER_STATE LidOpenWakeAc;