Fabian Maurer : api-ms-win-core-errorhandling-l1-1-3: Add dll.

Alexandre Julliard julliard at winehq.org
Wed Sep 20 15:10:23 CDT 2017


Module: wine
Branch: master
Commit: 4df995f34db3fb16b3e6cd1c99dffd873debc624
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4df995f34db3fb16b3e6cd1c99dffd873debc624

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Wed Sep 20 15:32:29 2017 +0200

api-ms-win-core-errorhandling-l1-1-3: Add dll.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                |  2 ++
 configure.ac                                             |  1 +
 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 ++-
 5 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index c5def64..f239205 100755
--- a/configure
+++ b/configure
@@ -902,6 +902,7 @@ enable_api_ms_win_core_delayload_l1_1_1
 enable_api_ms_win_core_errorhandling_l1_1_0
 enable_api_ms_win_core_errorhandling_l1_1_1
 enable_api_ms_win_core_errorhandling_l1_1_2
+enable_api_ms_win_core_errorhandling_l1_1_3
 enable_api_ms_win_core_fibers_l1_1_0
 enable_api_ms_win_core_fibers_l1_1_1
 enable_api_ms_win_core_file_l1_1_0
@@ -17968,6 +17969,7 @@ wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delay
 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
 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
+wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
diff --git a/configure.ac b/configure.ac
index d0406a0..c7c7406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2755,6 +2755,7 @@ WINE_CONFIG_DLL(api-ms-win-core-delayload-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-errorhandling-l1-1-3)
 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-1-0)
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 0000000..3a20310
--- /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 0000000..341db69
--- /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 1f04dbf..cb3b840 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",




More information about the wine-cvs mailing list