From c0dbb1b2c19d5d81e2002b223ccfbd849bfc40b9 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 21 Nov 2008 22:03:45 +0000 Subject: [PATCH] - More hack, less build breakage svn path=/trunk/; revision=37532 --- reactos/include/psdk/powrprof.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/psdk/powrprof.h b/reactos/include/psdk/powrprof.h index 9b7780030fe..124876e77cd 100644 --- a/reactos/include/psdk/powrprof.h +++ b/reactos/include/psdk/powrprof.h @@ -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 +#endif #ifdef __cplusplus extern "C" {