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:
parent
c0c806854f
commit
a8df19f40c
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-power-base-l1-1-0.dll
|
|
@ -0,0 +1,5 @@
|
|||
@ stdcall CallNtPowerInformation(long ptr long ptr long) powrprof.CallNtPowerInformation
|
||||
@ stdcall GetPwrCapabilities(ptr) powrprof.GetPwrCapabilities
|
||||
@ stub PowerDeterminePlatformRoleEx
|
||||
@ stub PowerRegisterSuspendResumeNotification
|
||||
@ stub PowerUnregisterSuspendResumeNotification
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue