Merge pull request #297 from t-b/upgrade_msys_openssl_101m
[msysgit.git] / include / pbt.h
blobfba11e3d006cc97d517c345b0a1e62007788291b
1 #ifndef _PBT_H
2 #define _PBT_H
3 #define PBT_APMQUERYSUSPEND 0
4 #define PBT_APMQUERYSTANDBY 1
5 #define PBT_APMQUERYSUSPENDFAILED 2
6 #define PBT_APMQUERYSTANDBYFAILED 3
7 #define PBT_APMSUSPEND 4
8 #define PBT_APMSTANDBY 5
9 #define PBT_APMRESUMECRITICAL 6
10 #define PBT_APMRESUMESUSPEND 8
11 #define PBT_APMRESUMESTANDBY 8
12 #define PBTF_APMRESUMEFROMFAILURE 1
13 #define PBT_APMBATTERYLOW 9
14 #define PBT_APMPOWERSTATUSCHANGE 10
15 #define PBT_APMOEMEVENT 11
16 #endif