Module: wine Branch: master Commit: 8263a1858dba013b60115b55219da21f1d06b4b8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8263a1858dba013b60115b5521...
Author: Martin Storsjo martin@martin.st Date: Thu May 7 23:02:52 2015 +0300
api-ms-win-core-debug-l1-1-0: Add stub dll.
---
configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-core-debug-l1-1-0/Makefile.in | 1 + dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.spec | 4 ++++ tools/make_specfiles | 1 + 5 files changed, 9 insertions(+)
diff --git a/configure b/configure index e942979..b1b95f2 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 688ab26..5c57b31 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/dlls/api-ms-win-core-debug-l1-1-0/Makefile.in b/dlls/api-ms-win-core-debug-l1-1-0/Makefile.in new file mode 100644 index 0000000..ab9b7ba --- /dev/null +++ b/dlls/api-ms-win-core-debug-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-core-debug-l1-1-0.dll diff --git a/dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.spec b/dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.spec new file mode 100644 index 0000000..1330ad1 --- /dev/null +++ b/dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.spec @@ -0,0 +1,4 @@ +@ stdcall DebugBreak() kernel32.DebugBreak +@ stdcall IsDebuggerPresent() kernel32.IsDebuggerPresent +@ stdcall OutputDebugStringA(str) kernel32.OutputDebugStringA +@ stdcall OutputDebugStringW(wstr) kernel32.OutputDebugStringW diff --git a/tools/make_specfiles b/tools/make_specfiles index 9fa4440..ce9afcc 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -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",