api-ms-win-power-setting-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-11-19 13:50:50 +02:00 committed by Alexandre Julliard
parent a8df19f40c
commit 6e42a76a9a
5 changed files with 13 additions and 0 deletions

2
configure vendored
View File

@ -1015,6 +1015,7 @@ enable_api_ms_win_eventing_provider_l1_1_0
enable_api_ms_win_eventlog_legacy_l1_1_0
enable_api_ms_win_ntuser_dc_access_l1_1_0
enable_api_ms_win_power_base_l1_1_0
enable_api_ms_win_power_setting_l1_1_0
enable_api_ms_win_rtcore_ntuser_private_l1_1_0
enable_api_ms_win_security_audit_l1_1_1
enable_api_ms_win_security_base_l1_1_0
@ -17729,6 +17730,7 @@ wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventin
wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0

View File

@ -2792,6 +2792,7 @@ WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-power-base-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-power-setting-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-rtcore-ntuser-private-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-audit-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-power-setting-l1-1-0.dll

View File

@ -0,0 +1,8 @@
@ stdcall PowerGetActiveScheme(ptr ptr) powrprof.PowerGetActiveScheme
@ stub PowerReadACValue
@ stdcall PowerReadDCValue(ptr ptr ptr ptr ptr ptr ptr) powrprof.PowerReadDCValue
@ stdcall PowerSetActiveScheme(ptr ptr) powrprof.PowerSetActiveScheme
@ stub PowerSettingRegisterNotification
@ stub PowerSettingUnregisterNotification
@ stub PowerWriteACValueIndex
@ stub PowerWriteDCValueIndex

View File

@ -148,6 +148,7 @@ my @dll_groups =
"ntdll",
"powrprof",
"api-ms-win-power-base-l1-1-0",
"api-ms-win-power-setting-l1-1-0",
],
[
"kernel32",