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:
Austin English 2016-09-15 21:17:56 -05:00 committed by Alexandre Julliard
parent b82ce81957
commit e9fe20bcde
5 changed files with 6 additions and 0 deletions

2
configure vendored
View File

@ -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_debug_l1_1_0
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_errorhandling_l1_1_0
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-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-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-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

View File

@ -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-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-0)
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)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-delayload-l1-1-0.dll

View File

@ -0,0 +1 @@
@ stdcall DelayLoadFailureHook(str str) kernel32.DelayLoadFailureHook

View File

@ -130,6 +130,7 @@ my @dll_groups =
"api-ms-win-core-atoms-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-0",
"api-ms-win-core-delayload-l1-1-1",
"api-ms-win-core-errorhandling-l1-1-0",
"api-ms-win-core-errorhandling-l1-1-1",