[PATCH 3/6] api-ms-win-core-errorhandling-l1-1-3: Add dll

Fabian Maurer dark.shadow4 at web.de
Wed Sep 20 08:32:29 CDT 2017


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in    |  1 +
 .../api-ms-win-core-errorhandling-l1-1-3.spec            | 16 ++++++++++++++++
 tools/make_specfiles                                     |  3 ++-
 3 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in
 create mode 100644 dlls/api-ms-win-core-errorhandling-l1-1-3/api-ms-win-core-errorhandling-l1-1-3.spec

diff --git a/dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in b/dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in
new file mode 100644
index 0000000000..3a20310aee
--- /dev/null
+++ b/dlls/api-ms-win-core-errorhandling-l1-1-3/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-errorhandling-l1-1-3.dll
diff --git a/dlls/api-ms-win-core-errorhandling-l1-1-3/api-ms-win-core-errorhandling-l1-1-3.spec b/dlls/api-ms-win-core-errorhandling-l1-1-3/api-ms-win-core-errorhandling-l1-1-3.spec
new file mode 100644
index 0000000000..341db696a6
--- /dev/null
+++ b/dlls/api-ms-win-core-errorhandling-l1-1-3/api-ms-win-core-errorhandling-l1-1-3.spec
@@ -0,0 +1,16 @@
+@ stdcall AddVectoredContinueHandler(long ptr) kernel32.AddVectoredContinueHandler
+@ stdcall AddVectoredExceptionHandler(long ptr) kernel32.AddVectoredExceptionHandler
+@ stdcall FatalAppExitA(long str) kernel32.FatalAppExitA
+@ stdcall FatalAppExitW(long wstr) kernel32.FatalAppExitW
+@ stdcall GetErrorMode() kernel32.GetErrorMode
+@ stdcall GetLastError() kernel32.GetLastError
+@ stdcall GetThreadErrorMode() kernel32.GetThreadErrorMode
+@ stdcall RaiseException(long long long ptr) kernel32.RaiseException
+@ stub RaiseFailFastException
+@ stdcall RemoveVectoredContinueHandler(ptr) kernel32.RemoveVectoredContinueHandler
+@ stdcall RemoveVectoredExceptionHandler(ptr) kernel32.RemoveVectoredExceptionHandler
+@ stdcall SetErrorMode(long) kernel32.SetErrorMode
+@ stdcall SetLastError(long) kernel32.SetLastError
+@ stdcall SetThreadErrorMode(long ptr) kernel32.SetThreadErrorMode
+@ stdcall SetUnhandledExceptionFilter(ptr) kernel32.SetUnhandledExceptionFilter
+@ stdcall UnhandledExceptionFilter(ptr) kernel32.UnhandledExceptionFilter
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 1f04dbffdf..cb3b840384 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -188,6 +188,8 @@ my @dll_groups =
   "api-ms-win-core-delayload-l1-1-1",
   "api-ms-win-core-errorhandling-l1-1-0",
   "api-ms-win-core-errorhandling-l1-1-1",
+  "api-ms-win-core-errorhandling-l1-1-2",
+  "api-ms-win-core-errorhandling-l1-1-3",
   "api-ms-win-core-interlocked-l1-1-0",
   "api-ms-win-core-interlocked-l1-2-0",
   "api-ms-win-core-misc-l1-1-0",
@@ -256,7 +258,6 @@ my @dll_groups =
   "api-ms-win-core-wow64-l1-1-0",
   "api-ms-win-core-wow64-l1-1-1",
   "api-ms-win-core-xstate-l2-1-0",
-  "api-ms-win-core-errorhandling-l1-1-2",
   "api-ms-win-core-processtopology-obsolete-l1-1-0",
   "api-ms-win-core-util-l1-1-0",
   "ext-ms-win-kernel32-package-current-l1-1-0",
-- 
2.14.1




More information about the wine-patches mailing list