[PATCH v5] ucrtbase: Hook up _seh_filter_exe and _seh_filter_dll

Martin Storsjö martin at martin.st
Mon Nov 9 06:02:44 CST 2015


On Mon, 9 Nov 2015, Piotr Caban wrote:

> On 11/09/15 12:58, Martin Storsjö wrote:
>> On Mon, 9 Nov 2015, Piotr Caban wrote:
>> 
>>> On 11/09/15 12:46, Martin Storsjo wrote:
>>>> +@ cdecl -arch=i386,x86_64,arm _seh_filter_dll(long ptr) __CppXcptFilter
>>>> +@ cdecl -arch=i386,x86_64,arm _seh_filter_exe(long ptr) __CppXcptFilter
>>> This is still wrong.
>> 
>> In which way? I added the -arch parameter as you pointed out, and reran
>> tools/make_specfiles to propagate it to the forwarding stub dll?
> _seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like 
> _XcptFilter.

Oh, sorry, I didn't realize you only meant one of them when you explained 
that detail.

// Martin


More information about the wine-devel mailing list