From 9657b28db958e36cb0a4af10ebc9fc21c8525515 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Sun, 21 Mar 2010 22:09:29 +0000 Subject: [PATCH] [DDK]: Fix build, sorry. svn path=/trunk/; revision=46326 --- reactos/include/ddk/wdm.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 319e62dd35f..082c8ec181d 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -1915,6 +1915,12 @@ NTSTATUS typedef POWER_SETTING_CALLBACK *PPOWER_SETTING_CALLBACK; +#define PO_CB_SYSTEM_POWER_POLICY 0 +#define PO_CB_AC_STATUS 1 +#define PO_CB_BUTTON_COLLISION 2 +#define PO_CB_SYSTEM_STATE_LOCK 3 +#define PO_CB_LID_SWITCH_STATE 4 +#define PO_CB_PROCESSOR_POWER_POLICY 5 /****************************************************************************** * Configuration Manager Types * -- 2.17.1