diff --git a/reactos/include/powrprof.h b/reactos/include/powrprof.h index c5f07cd0f4c..89df29feefb 100644 --- a/reactos/include/powrprof.h +++ b/reactos/include/powrprof.h @@ -16,7 +16,10 @@ extern "C" { #define NEWSCHEME (UINT)-1 #ifndef RC_INVOKED -#include /* for NTSTATUS */ +#ifndef NTSTATUS +typedef LONG NTSTATUS, *PNTSTATUS; +#endif + typedef struct _GLOBAL_MACHINE_POWER_POLICY{ ULONG Revision; SYSTEM_POWER_STATE LidOpenWakeAc;