https://git.reactos.org/?p=reactos.git;a=commitdiff;h=65fd292867bd55cc2a8da231176cbc2ad7e82181
commit 65fd292867bd55cc2a8da231176cbc2ad7e82181 Author: William Kent <[email protected]> AuthorDate: Thu Apr 9 10:13:33 2020 -0400 Commit: GitHub <[email protected]> CommitDate: Thu Apr 9 16:13:33 2020 +0200 [APISETS] Forward _seh_filter_{dll,exe} (#2513) Since these functions are forwarded to a different function name, update.py misses them. The choice of target comes from Wine: https://github.com/wine-mirror/wine/blob/a98ca88dd1139ad8e16e63fbb349c2fc5e9ad332/dlls/ucrtbase/ucrtbase.spec#L1877-L1878 --- dll/apisets/api-ms-win-crt-runtime-l1-1-0.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/apisets/api-ms-win-crt-runtime-l1-1-0.spec b/dll/apisets/api-ms-win-crt-runtime-l1-1-0.spec index 8d4af41bbea..168f5b949af 100644 --- a/dll/apisets/api-ms-win-crt-runtime-l1-1-0.spec +++ b/dll/apisets/api-ms-win-crt-runtime-l1-1-0.spec @@ -66,8 +66,8 @@ @ stub _register_onexit_function @ stub _register_thread_local_exe_atexit_callback @ stdcall _resetstkoflw() msvcrt._resetstkoflw -@ stub _seh_filter_dll -@ stub _seh_filter_exe +@ cdecl _seh_filter_dll(long ptr) msvcrt.__CppXcptFilter +@ cdecl _seh_filter_exe(long ptr) msvcrt._XcptFilter @ stub _set_abort_behavior @ stub _set_app_type @ stub _set_controlfp
