mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[DDK]: Fix build, sorry.
svn path=/trunk/; revision=46326
This commit is contained in:
parent
2bdad0ba67
commit
9657b28db9
1 changed files with 6 additions and 0 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue