diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2007-03-07 23:18:35 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2007-03-07 23:18:35 +0000 |
commit | 8ca56e23afe3d4b89262609cd7c3fff08a702e33 (patch) | |
tree | d3263b018ab774e6c7f2dad42f6ec244c56af33f /winsup/w32api/lib | |
parent | b8804b1ecd863cd8a7bcd4fcb4a6cc2c3555f93a (diff) | |
download | cygnal-8ca56e23afe3d4b89262609cd7c3fff08a702e33.tar.gz cygnal-8ca56e23afe3d4b89262609cd7c3fff08a702e33.tar.bz2 cygnal-8ca56e23afe3d4b89262609cd7c3fff08a702e33.zip |
2007-03-06 Brandon Sneed <brandon@oqo.com>
* include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
Added SetupConfigureWmiFromInfSectionW
Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
* lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
* include/winuser.h: Added PBT_APMQUERYSUSPEND
Added PBT_APMQUERYSTANDBY
Added PBT_APMQUERYSUSPENDFAILED
Added PBT_APMQUERYSTANDBYFAILED
Added PBT_APMSUSPEND
Added PBT_APMSTANDBY
Added PBT_APMRESUMECRITICAL
Added PBT_APMRESUMESUSPEND
Added PBT_APMRESUMESTANDBY
Added PBT_APMBATTERYLOW
Added PBT_APMPOWERSTATUSCHANGE
Added PBT_APMOEMEVENT
Added PBT_APMRESUMEAUTOMATIC
* include/wtsapi32.h: New file
* include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/setupapi.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/setupapi.def b/winsup/w32api/lib/setupapi.def index 0ba3ebbf2..a48cfc19d 100644 --- a/winsup/w32api/lib/setupapi.def +++ b/winsup/w32api/lib/setupapi.def @@ -155,6 +155,8 @@ SetupCopyErrorA@44 SetupCopyErrorW@44 SetupCopyOEMInfA@32 SetupCopyOEMInfW@32 +SetupConfigureWmiFromInfSectionA@12 +SetupConfigureWmiFromInfSectionW@12 SetupCreateDiskSpaceListA@12 SetupCreateDiskSpaceListW@12 SetupDecompressOrCopyFileA@12 |