[PATCH] api-ms-win-core-errorhandling-l1-1-2: Add stub dll.

Martin Storsjo martin at martin.st
Thu Dec 4 16:39:55 CST 2014


---
This patch requires autoreconf -f.
---
 configure.ac                                                |  1 +
 dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in       |  1 +
 .../api-ms-win-core-errorhandling-l1-1-2.spec               | 13 +++++++++++++
 tools/make_specfiles                                        |  1 +
 4 files changed, 16 insertions(+)
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-2/api-ms-win-core-errorhandling-l1-1-2.spec

diff --git a/configure.ac b/configure.ac
index 863f5e7..87ce48c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2651,6 +2651,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-1)
 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)
 WINE_CONFIG_DLL(api-ms-win-core-fibers-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-file-l1-2-0)
diff --git a/dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in b/dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in
new file mode 100644
index 0000000..096f900
--- /dev/null
+++ b/dlls/api-ms-win-core-errorhandling-l1-1-2/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-errorhandling-l1-1-2.dll
diff --git a/dlls/api-ms-win-core-errorhandling-l1-1-2/api-ms-win-core-errorhandling-l1-1-2.spec b/dlls/api-ms-win-core-errorhandling-l1-1-2/api-ms-win-core-errorhandling-l1-1-2.spec
new file mode 100644
index 0000000..d334d6d
--- /dev/null
+++ b/dlls/api-ms-win-core-errorhandling-l1-1-2/api-ms-win-core-errorhandling-l1-1-2.spec
@@ -0,0 +1,13 @@
+@ stdcall AddVectoredContinueHandler(long ptr) kernel32.AddVectoredContinueHandler
+@ stdcall AddVectoredExceptionHandler(long ptr) kernel32.AddVectoredExceptionHandler
+@ stdcall GetErrorMode() kernel32.GetErrorMode
+@ stdcall GetLastError() kernel32.GetLastError
+@ stdcall RaiseException(long long long ptr) kernel32.RaiseException
+@ stub RaiseFailFastException
+@ stdcall RemoveVectoredContinueHandler(ptr) kernel32.RemoveVectoredContinueHandler
+@ stdcall RemoveVectoredExceptionHandler(ptr) kernel32.RemoveVectoredExceptionHandler
+@ stdcall RestoreLastError(long) kernel32.RestoreLastError
+@ 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 7ef15d6..2ed820f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -166,6 +166,7 @@ my @dll_groups =
   "api-ms-win-core-datetime-l1-1-0",
   "api-ms-win-core-datetime-l1-1-1",
   "api-ms-win-core-xstate-l2-1-0",
+  "api-ms-win-core-errorhandling-l1-1-2",
  ],
  [
   "ole32",
-- 
1.8.1.2




More information about the wine-patches mailing list