api-ms-win-core-shutdown-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
ef08793472
commit
b65ea16159
|
@ -979,6 +979,7 @@ enable_api_ms_win_core_rtlsupport_l1_2_0
|
|||
enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
||||
enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
|
||||
enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
|
||||
enable_api_ms_win_core_shutdown_l1_1_0
|
||||
enable_api_ms_win_core_sidebyside_l1_1_0
|
||||
enable_api_ms_win_core_string_l1_1_0
|
||||
enable_api_ms_win_core_string_l2_1_0
|
||||
|
@ -18408,6 +18409,7 @@ wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtls
|
|||
wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
|
||||
wine_fn_config_dll api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
|
||||
|
|
|
@ -2892,6 +2892,7 @@ WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-shlwapi-obsolete-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-shlwapi-obsolete-l1-2-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-shutdown-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-sidebyside-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-string-l2-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-shutdown-l1-1-0.dll
|
|
@ -0,0 +1,2 @@
|
|||
@ stdcall AbortSystemShutdownW(ptr) advapi32.AbortSystemShutdownW
|
||||
@ stdcall InitiateSystemShutdownExW(wstr wstr long long long long) advapi32.InitiateSystemShutdownExW
|
|
@ -116,6 +116,7 @@ my @dll_groups =
|
|||
"api-ms-win-security-base-l1-1-0",
|
||||
"api-ms-win-core-registry-l1-1-0",
|
||||
"api-ms-win-core-registry-l2-1-0",
|
||||
"api-ms-win-core-shutdown-l1-1-0",
|
||||
"api-ms-win-eventing-classicprovider-l1-1-0",
|
||||
"api-ms-win-eventing-consumer-l1-1-0",
|
||||
"api-ms-win-eventing-controller-l1-1-0",
|
||||
|
|
Loading…
Reference in New Issue