Update tcl to version 8.5.13
[msysgit.git] / mingw / include / pbt.h
blob21cb1cd41d4d93aa1c12b322ef72e096a163002f
1 #ifndef _PBT_H
2 #define _PBT_H
3 #if __GNUC__ >= 3
4 #pragma GCC system_header
5 #endif
7 /* Also in winuser.h */
8 #define PBT_APMQUERYSUSPEND 0
9 #define PBT_APMQUERYSTANDBY 1
10 #define PBT_APMQUERYSUSPENDFAILED 2
11 #define PBT_APMQUERYSTANDBYFAILED 3
12 #define PBT_APMSUSPEND 4
13 #define PBT_APMSTANDBY 5
14 #define PBT_APMRESUMECRITICAL 6
15 #define PBT_APMRESUMESUSPEND 7
16 #define PBT_APMRESUMESTANDBY 8
17 #define PBT_APMBATTERYLOW 9
18 #define PBT_APMPOWERSTATUSCHANGE 10
19 #define PBT_APMOEMEVENT 11
20 #define PBT_APMRESUMEAUTOMATIC 18
22 #define PBTF_APMRESUMEFROMFAILURE 1
24 #endif