api-ms-win-core-delayload-l1-1-0: Add dll.
Signed-off-by: Austin English <austinenglish@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b82ce81957
commit
e9fe20bcde
|
@ -884,6 +884,7 @@ enable_api_ms_win_core_datetime_l1_1_0
|
||||||
enable_api_ms_win_core_datetime_l1_1_1
|
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_0
|
||||||
enable_api_ms_win_core_debug_l1_1_1
|
enable_api_ms_win_core_debug_l1_1_1
|
||||||
|
enable_api_ms_win_core_delayload_l1_1_0
|
||||||
enable_api_ms_win_core_delayload_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_0
|
||||||
enable_api_ms_win_core_errorhandling_l1_1_1
|
enable_api_ms_win_core_errorhandling_l1_1_1
|
||||||
|
@ -17553,6 +17554,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-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-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-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
|
||||||
|
wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
|
||||||
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-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-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-1 enable_api_ms_win_core_errorhandling_l1_1_1
|
||||||
|
|
|
@ -2660,6 +2660,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-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-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-1)
|
WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-1)
|
||||||
|
WINE_CONFIG_DLL(api-ms-win-core-delayload-l1-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-delayload-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-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-1)
|
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-1)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
MODULE = api-ms-win-core-delayload-l1-1-0.dll
|
|
@ -0,0 +1 @@
|
||||||
|
@ stdcall DelayLoadFailureHook(str str) kernel32.DelayLoadFailureHook
|
|
@ -130,6 +130,7 @@ my @dll_groups =
|
||||||
"api-ms-win-core-atoms-l1-1-0",
|
"api-ms-win-core-atoms-l1-1-0",
|
||||||
"api-ms-win-core-debug-l1-1-0",
|
"api-ms-win-core-debug-l1-1-0",
|
||||||
"api-ms-win-core-debug-l1-1-1",
|
"api-ms-win-core-debug-l1-1-1",
|
||||||
|
"api-ms-win-core-delayload-l1-1-0",
|
||||||
"api-ms-win-core-delayload-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-0",
|
||||||
"api-ms-win-core-errorhandling-l1-1-1",
|
"api-ms-win-core-errorhandling-l1-1-1",
|
||||||
|
|
Loading…
Reference in New Issue