Author: sir_richard Date: Sun Mar 21 23:09:29 2010 New Revision: 46326
URL: http://svn.reactos.org/svn/reactos?rev=46326&view=rev Log: [DDK]: Fix build, sorry.
Modified: trunk/reactos/include/ddk/wdm.h
Modified: trunk/reactos/include/ddk/wdm.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h?rev=46326... ============================================================================== --- trunk/reactos/include/ddk/wdm.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/wdm.h [iso-8859-1] Sun Mar 21 23:09:29 2010 @@ -1915,6 +1915,12 @@
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 *