6 Nov
2015
6 Nov
'15
4:07 p.m.
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