[PATCH v3] ucrtbase: Implement _seh_filter_exe and _seh_filter_dll

Piotr Caban piotr.caban at gmail.com
Fri Nov 6 10:07:05 CST 2015


On 11/05/15 13:52, Martin Storsjo wrote:
> +int CDECL _seh_filter_dll(MSVCRT_ulong ex, PEXCEPTION_POINTERS ptr)
> +{
> +    TRACE("(%08x,%p)\n", ex, ptr);
> +    /* I assume ptr->ExceptionRecord->ExceptionCode is the same as ex */
> +    return msvcrt_exception_filter(ptr);
> +}
This function should behave like __CppXcptFilter.

Thanks,
Piotr




More information about the wine-devel mailing list