Author: sginsberg
Date: Fri Nov 21 16:03:45 2008
New Revision: 37532
URL:
http://svn.reactos.org/svn/reactos?rev=37532&view=rev
Log:
- More hack, less build breakage
Modified:
trunk/reactos/include/psdk/powrprof.h
Modified: trunk/reactos/include/psdk/powrprof.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/powrprof.h?re…
==============================================================================
--- trunk/reactos/include/psdk/powrprof.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/powrprof.h [iso-8859-1] Fri Nov 21 16:03:45 2008
@@ -1,10 +1,12 @@
#ifndef _POWRPROF_H
#define _POWRPROF_H
+#ifndef __WINE_WINTERNL_H
/* FIXME: Include this, so NTSTATUS gets defined.
Not very clean, but I can't get the hacH^H^H^override used
by official PSDK to work. */
#include <ntsecapi.h>
+#endif
#ifdef __cplusplus
extern "C" {