api-ms-win-core-debug-l1-1-0: Add stub dll.

This commit is contained in:
Martin Storsjo 2015-05-07 23:02:52 +03:00 committed by Alexandre Julliard
parent 0356cbfab9
commit 8263a1858d
5 changed files with 9 additions and 0 deletions

2
configure vendored
View File

@ -858,6 +858,7 @@ enable_api_ms_win_core_com_l1_1_0
enable_api_ms_win_core_console_l1_1_0
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_errorhandling_l1_1_1
enable_api_ms_win_core_errorhandling_l1_1_2
@ -16992,6 +16993,7 @@ wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
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-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

View File

@ -2694,6 +2694,7 @@ WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-console-l1-1-0)
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-errorhandling-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-2)

View File

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

View File

@ -0,0 +1,4 @@
@ stdcall DebugBreak() kernel32.DebugBreak
@ stdcall IsDebuggerPresent() kernel32.IsDebuggerPresent
@ stdcall OutputDebugStringA(str) kernel32.OutputDebugStringA
@ stdcall OutputDebugStringW(wstr) kernel32.OutputDebugStringW

View File

@ -140,6 +140,7 @@ my @dll_groups =
"api-ms-win-downlevel-normaliz-l1-1-0",
"api-ms-win-core-processthreads-l1-1-0",
"api-ms-win-core-processthreads-l1-1-1",
"api-ms-win-core-debug-l1-1-0",
"api-ms-win-core-debug-l1-1-1",
"api-ms-win-core-errorhandling-l1-1-1",
"api-ms-win-core-interlocked-l1-2-0",