mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00: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: https://github.com/wine-mirror/wine/blob/a98ca88dd1139ad8e16e63fbb349c2fc5e9ad332/dlls/ucrtbase/ucrtbase.spec#L1877-L1878
This commit is contained in:
@@ -66,8 +66,8 @@
|
|||||||
@ stub _register_onexit_function
|
@ stub _register_onexit_function
|
||||||
@ stub _register_thread_local_exe_atexit_callback
|
@ stub _register_thread_local_exe_atexit_callback
|
||||||
@ stdcall _resetstkoflw() msvcrt._resetstkoflw
|
@ stdcall _resetstkoflw() msvcrt._resetstkoflw
|
||||||
@ stub _seh_filter_dll
|
@ cdecl _seh_filter_dll(long ptr) msvcrt.__CppXcptFilter
|
||||||
@ stub _seh_filter_exe
|
@ cdecl _seh_filter_exe(long ptr) msvcrt._XcptFilter
|
||||||
@ stub _set_abort_behavior
|
@ stub _set_abort_behavior
|
||||||
@ stub _set_app_type
|
@ stub _set_app_type
|
||||||
@ stub _set_controlfp
|
@ stub _set_controlfp
|
||||||
|
|||||||
Reference in New Issue
Block a user