mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 10:53:56 +08:00
[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:
a98ca88dd1/dlls/ucrtbase/ucrtbase.spec (L1877-L1878)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user