Re: [PATCH v4] ucrtbase: Hook up _seh_filter_exe and _seh_filter_dll
9 Nov
2015
9 Nov
'15
11:42 a.m.
On 11/09/15 12:36, Martin Storsjo wrote:
+@ cdecl _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl _seh_filter_exe(long ptr) __CppXcptFilter _seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like _XcptFilter.
You also need to copy -arch=i386,x86_64,arm parameter. Otherwise you break compilation for other architectures because __CppXcptFilter is not defined there. Thanks, Piotr
9 Nov
9 Nov
12:04 p.m.
New subject: [PATCH v4] ucrtbase: Hook up _seh_filter_exe and _seh_filter_dll
On Mon, 9 Nov 2015, Piotr Caban wrote:
On 11/09/15 12:36, Martin Storsjo wrote:
+@ cdecl _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl _seh_filter_exe(long ptr) __CppXcptFilter _seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like _XcptFilter.
Ah, here's the sentence I missed previously - sorry. // Martin
3777
Age (days ago)
3777
Last active (days ago)
1 comments
2 participants
participants (2)
-
Martin Storsjö -
Piotr Caban