[PATCH 01/12] api-ms-win-core-debug-l1-1-0: Add stub dll.

Martin Storsjo martin at martin.st
Thu May 7 15:02:52 CDT 2015


---
 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 +
 4 files changed, 7 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.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",
-- 
1.8.1.2




More information about the wine-patches mailing list