Last change
on this file since 1088 was 1046, checked in by alloc, 8 years ago |
Daodan: Added Windows MinGW and build batch file
|
File size:
553 bytes
|
Rev | Line | |
---|
[1046] | 1 | #ifndef _PBT_H
|
---|
| 2 | #define _PBT_H
|
---|
| 3 | #if __GNUC__ >= 3
|
---|
| 4 | #pragma GCC system_header
|
---|
| 5 | #endif
|
---|
| 6 |
|
---|
| 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
|
---|
| 21 |
|
---|
| 22 | #define PBTF_APMRESUMEFROMFAILURE 1
|
---|
| 23 |
|
---|
| 24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.