[ros-diffs] [janderwald] 22256: small compilation fix

janderwald at svn.reactos.org janderwald at svn.reactos.org
Wed Jun 7 00:54:19 CEST 2006


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=22256&r1=22255&r2=22256&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list