Skip to content

Commit 65fd292

Browse files
authored
[APISETS] Forward _seh_filter_{dll,exe} (reactos#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
1 parent 3c48ec9 commit 65fd292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dll/apisets/api-ms-win-crt-runtime-l1-1-0.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
@ stub _register_onexit_function
6767
@ stub _register_thread_local_exe_atexit_callback
6868
@ stdcall _resetstkoflw() msvcrt._resetstkoflw
69-
@ stub _seh_filter_dll
70-
@ stub _seh_filter_exe
69+
@ cdecl _seh_filter_dll(long ptr) msvcrt.__CppXcptFilter
70+
@ cdecl _seh_filter_exe(long ptr) msvcrt._XcptFilter
7171
@ stub _set_abort_behavior
7272
@ stub _set_app_type
7373
@ stub _set_controlfp

0 commit comments

Comments
 (0)