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" {