From 4df995f34db3fb16b3e6cd1c99dffd873debc624 Mon Sep 17 00:00:00 2001 From: Fabian Maurer Date: Wed, 20 Sep 2017 15:32:29 +0200 Subject: [PATCH] api-ms-win-core-errorhandling-l1-1-3: Add dll. Signed-off-by: Fabian Maurer Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + .../Makefile.in | 1 + .../api-ms-win-core-errorhandling-l1-1-3.spec | 16 ++++++++++++++++ tools/make_specfiles | 3 ++- 5 files changed, 22 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/configure b/configure index c5def641943..f239205b974 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 d0406a0cf06..c7c7406a957 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 00000000000..3a20310aeef --- /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 00000000000..341db696a6c --- /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 1f04dbffdf1..cb3b8403844 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",