api-ms-win-power-base-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:35:02 +02:00 committed by Alexandre Julliard
parent c0c806854f
commit a8df19f40c
5 changed files with 14 additions and 0 deletions

2
configure vendored
View File

@ -1014,6 +1014,7 @@ enable_api_ms_win_eventing_controller_l1_1_0
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_rtcore_ntuser_private_l1_1_0
enable_api_ms_win_security_audit_l1_1_1
enable_api_ms_win_security_base_l1_1_0
@ -17727,6 +17728,7 @@ wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_event
wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
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-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

@ -2791,6 +2791,7 @@ WINE_CONFIG_DLL(api-ms-win-eventing-controller-l1-1-0)
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-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-base-l1-1-0.dll

View File

@ -0,0 +1,5 @@
@ stdcall CallNtPowerInformation(long ptr long ptr long) powrprof.CallNtPowerInformation
@ stdcall GetPwrCapabilities(ptr) powrprof.GetPwrCapabilities
@ stub PowerDeterminePlatformRoleEx
@ stub PowerRegisterSuspendResumeNotification
@ stub PowerUnregisterSuspendResumeNotification

View File

@ -144,6 +144,11 @@ my @dll_groups =
"ntdll",
"api-ms-win-core-xstate-l1-1-0",
],
[
"ntdll",
"powrprof",
"api-ms-win-power-base-l1-1-0",
],
[
"kernel32",
"api-ms-win-appmodel-runtime-l1-1-1",