From 8263a1858dba013b60115b55219da21f1d06b4b8 Mon Sep 17 00:00:00 2001
From: Martin Storsjo <martin@martin.st>
Date: Thu, 7 May 2015 23:02:52 +0300
Subject: [PATCH] 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 +
 .../api-ms-win-core-debug-l1-1-0.spec                         | 4 ++++
 tools/make_specfiles                                          | 1 +
 5 files changed, 9 insertions(+)
 create mode 100644 dlls/api-ms-win-core-debug-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-debug-l1-1-0/api-ms-win-core-debug-l1-1-0.spec

diff --git a/configure b/configure
index e9429792ea2..b1b95f2a699 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 688ab269dc5..5c57b31a17f 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 00000000000..ab9b7ba1314
--- /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 00000000000..1330ad105c5
--- /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 9fa44403262..ce9afcc5e06 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",
-- 
GitLab