[PATCH] msvcp140: Forward __ExceptionPtr* to msvcr120

Nikolay Sivov bunglehead at gmail.com
Wed Aug 10 03:29:01 CDT 2016


On 10.08.2016 11:02, Piotr Caban wrote:
> Hi Daniel,
> 
> On 08/09/16 18:31, Daniel Lehman wrote:
>> -@ stub -arch=win32 ?__ExceptionPtrCopy@@YAXPAXPBX at Z
>> -@ stub -arch=win64 ?__ExceptionPtrCopy@@YAXPEAXPEBX at Z
>> +@ cdecl -arch=win32 ?__ExceptionPtrCopy@@YAXPAXPBX at Z(ptr ptr)
>> __ExceptionPtrCopy
>> +@ cdecl -arch=win64 ?__ExceptionPtrCopy@@YAXPEAXPEBX at Z(ptr ptr)
>> __ExceptionPtrCopy
> Why can't you just add forwards to msvcr120.dll in spec file?

This is actually a question I've been asking myself a couple of times.
Do we really want to load another runtime dll just to use some of its
exports? Can it potentially break if such dependency does not exist in
native modules?

> 
> Thanks,
> Piotr
> 
> 




More information about the wine-devel mailing list