small compilation fix

svn path=/trunk/; revision=22256
This commit is contained in:
Johannes Anderwald 2006-06-06 22:54:18 +00:00
parent 26cd015421
commit dd221de709

View file

@ -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;