mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-24 02:14:43 +08:00
crt: Add api-ms-win-power-limitsmanagement-l1-1-0 to onecore_apiset
Signed-off-by: Mark Harmstone <mark@harmstone.com> Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
e7715605e5
commit
d070ed1f07
@ -2585,6 +2585,7 @@ endif
|
||||
%/libapi-ms-win-oobe-notification-l1-1-0.a \
|
||||
%/libapi-ms-win-perf-legacy-l1-1-0.a \
|
||||
%/libapi-ms-win-power-base-l1-1-0.a \
|
||||
%/libapi-ms-win-power-limitsmanagement-l1-1-0.a \
|
||||
%/libapi-ms-win-power-setting-l1-1-0.a \
|
||||
%/libapi-ms-win-power-setting-l1-1-1.a \
|
||||
%/libapi-ms-win-ro-typeresolution-l1-1-0.a \
|
||||
|
@ -0,0 +1,14 @@
|
||||
LIBRARY api-ms-win-power-limitsmanagement-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
PowerCloseEnvironmentalMonitor
|
||||
PowerCloseLimitsMitigation
|
||||
PowerCloseLimitsPolicy
|
||||
PowerRegisterEnvironmentalMonitor
|
||||
PowerRegisterLimitsMitigation
|
||||
PowerRegisterLimitsPolicy
|
||||
PowerReportLimitsEvent
|
||||
PowerUpdateEnvironmentalMonitorState
|
||||
PowerUpdateEnvironmentalMonitorThresholds
|
||||
PowerUpdateLimitsMitigation
|
@ -207,7 +207,7 @@ ADDLIB libapi-ms-win-mm-time-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-oobe-notification-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-perf-legacy-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-power-base-l1-1-0.a
|
||||
; FIXME libapi-ms-win-power-limitsmanagement-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-power-limitsmanagement-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-power-setting-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-power-setting-l1-1-1.a
|
||||
ADDLIB libapi-ms-win-ro-typeresolution-l1-1-0.a
|
||||
|
@ -0,0 +1,14 @@
|
||||
LIBRARY api-ms-win-power-limitsmanagement-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
PowerCloseEnvironmentalMonitor@4
|
||||
PowerCloseLimitsMitigation@4
|
||||
PowerCloseLimitsPolicy@4
|
||||
PowerRegisterEnvironmentalMonitor@8
|
||||
PowerRegisterLimitsMitigation@8
|
||||
PowerRegisterLimitsPolicy@8
|
||||
PowerReportLimitsEvent@4
|
||||
PowerUpdateEnvironmentalMonitorState@12
|
||||
PowerUpdateEnvironmentalMonitorThresholds@12
|
||||
PowerUpdateLimitsMitigation@8
|
Loading…
Reference in New Issue
Block a user