ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/include/pbt.h
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 1 month ago) by alloc
Content type: text/x-chdr
File size: 553 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
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