mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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:
a98ca88dd1/dlls/ucrtbase/ucrtbase.spec (L1877-L1878)
This commit is contained in:
parent
3c48ec9992
commit
65fd292867
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue