api-ms-win-core-debug-l1-1-0: Add stub dll.
This commit is contained in:
parent
0356cbfab9
commit
8263a1858d
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-debug-l1-1-0.dll
|
|
@ -0,0 +1,4 @@
|
|||
@ stdcall DebugBreak() kernel32.DebugBreak
|
||||
@ stdcall IsDebuggerPresent() kernel32.IsDebuggerPresent
|
||||
@ stdcall OutputDebugStringA(str) kernel32.OutputDebugStringA
|
||||
@ stdcall OutputDebugStringW(wstr) kernel32.OutputDebugStringW
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue