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

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


---
 configure.ac                                                       | 1 +
 dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in              | 1 +
 .../api-ms-win-core-errorhandling-l1-1-0.spec                      | 7 +++++++
 tools/make_specfiles                                               | 1 +
 4 files changed, 10 insertions(+)
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-0/api-ms-win-core-errorhandling-l1-1-0.spec

diff --git a/configure.ac b/configure.ac
index 5c57b31..00e4848 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2696,6 +2696,7 @@ 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-0)
 WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-errorhandling-l1-1-2)
 WINE_CONFIG_DLL(api-ms-win-core-fibers-l1-1-0)
diff --git a/dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in b/dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in
new file mode 100644
index 0000000..d44262b
--- /dev/null
+++ b/dlls/api-ms-win-core-errorhandling-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-errorhandling-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-errorhandling-l1-1-0/api-ms-win-core-errorhandling-l1-1-0.spec b/dlls/api-ms-win-core-errorhandling-l1-1-0/api-ms-win-core-errorhandling-l1-1-0.spec
new file mode 100644
index 0000000..d479147
--- /dev/null
+++ b/dlls/api-ms-win-core-errorhandling-l1-1-0/api-ms-win-core-errorhandling-l1-1-0.spec
@@ -0,0 +1,7 @@
+@ stdcall GetErrorMode() kernel32.GetErrorMode
+@ stdcall GetLastError() kernel32.GetLastError
+@ stdcall RaiseException(long long long ptr) kernel32.RaiseException
+@ stdcall SetErrorMode(long) kernel32.SetErrorMode
+@ stdcall SetLastError(long) kernel32.SetLastError
+@ stdcall SetUnhandledExceptionFilter(ptr) kernel32.SetUnhandledExceptionFilter
+@ stdcall UnhandledExceptionFilter(ptr) kernel32.UnhandledExceptionFilter
diff --git a/tools/make_specfiles b/tools/make_specfiles
index ce9afcc..3bc139d 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -142,6 +142,7 @@ my @dll_groups =
   "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-0",
   "api-ms-win-core-errorhandling-l1-1-1",
   "api-ms-win-core-interlocked-l1-2-0",
   "api-ms-win-core-profile-l1-1-0",
-- 
1.8.1.2




More information about the wine-patches mailing list