mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
small compilation fix
svn path=/trunk/; revision=22256
This commit is contained in:
parent
26cd015421
commit
dd221de709
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ extern "C" {
|
|||
#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;
|
||||
|
|
Loading…
Reference in a new issue