api-ms-win-core-delayload-l1-1-1: Add dll.
Signed-off-by: Michael Müller <michael@fds-team.de> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9a67157dd1
commit
6582e0e588
|
@ -875,6 +875,7 @@ enable_api_ms_win_core_datetime_l1_1_0
|
|||
enable_api_ms_win_core_datetime_l1_1_1
|
||||
enable_api_ms_win_core_debug_l1_1_0
|
||||
enable_api_ms_win_core_debug_l1_1_1
|
||||
enable_api_ms_win_core_delayload_l1_1_1
|
||||
enable_api_ms_win_core_errorhandling_l1_1_0
|
||||
enable_api_ms_win_core_errorhandling_l1_1_1
|
||||
enable_api_ms_win_core_errorhandling_l1_1_2
|
||||
|
@ -17301,6 +17302,7 @@ wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_dateti
|
|||
wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
|
||||
|
|
|
@ -2642,6 +2642,7 @@ WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-delayload-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-2)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-delayload-l1-1-1.dll
|
|
@ -0,0 +1,3 @@
|
|||
@ stdcall DelayLoadFailureHook(str str) kernel32.DelayLoadFailureHook
|
||||
@ stdcall ResolveDelayLoadedAPI(ptr ptr ptr ptr ptr long) kernel32.ResolveDelayLoadedAPI
|
||||
@ stub ResolveDelayLoadsFromDll
|
|
@ -165,6 +165,7 @@ my @dll_groups =
|
|||
"api-ms-win-core-processthreads-l1-1-0",
|
||||
"api-ms-win-core-debug-l1-1-0",
|
||||
"api-ms-win-core-debug-l1-1-1",
|
||||
"api-ms-win-core-delayload-l1-1-1",
|
||||
"api-ms-win-core-errorhandling-l1-1-0",
|
||||
"api-ms-win-core-errorhandling-l1-1-1",
|
||||
"api-ms-win-core-interlocked-l1-1-0",
|
||||
|
|
Loading…
Reference in New Issue