msvcp140: Forward __ExceptionPtr* to msvcr120.
Signed-off-by: Daniel Lehman <dlehman@esri.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
049ac1d827
commit
4686a5ee59
|
@ -1693,22 +1693,22 @@
|
|||
@ stub -arch=win64 ?__ExceptionPtrAssign@@YAXPEAXPEBX@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrCompare@@YA_NPBX0@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrCompare@@YA_NPEBX0@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrCopy@@YAXPAXPBX@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrCopy@@YAXPEAXPEBX@Z
|
||||
@ cdecl -arch=win32 ?__ExceptionPtrCopy@@YAXPAXPBX@Z(ptr ptr) msvcr120.?__ExceptionPtrCopy@@YAXPAXPBX@Z
|
||||
@ cdecl -arch=win64 ?__ExceptionPtrCopy@@YAXPEAXPEBX@Z(ptr ptr) msvcr120.?__ExceptionPtrCopy@@YAXPEAXPEBX@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrCopyException@@YAXPAXPBX1@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrCopyException@@YAXPEAXPEBX1@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrCreate@@YAXPAX@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrCreate@@YAXPEAX@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrCurrentException@@YAXPAX@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrCurrentException@@YAXPEAX@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrDestroy@@YAXPAX@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrDestroy@@YAXPEAX@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrRethrow@@YAXPBX@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrRethrow@@YAXPEBX@Z
|
||||
@ cdecl -arch=win32 ?__ExceptionPtrCreate@@YAXPAX@Z(ptr) msvcr120.?__ExceptionPtrCreate@@YAXPAX@Z
|
||||
@ cdecl -arch=win64 ?__ExceptionPtrCreate@@YAXPEAX@Z(ptr) msvcr120.?__ExceptionPtrCreate@@YAXPEAX@Z
|
||||
@ cdecl -arch=win32 ?__ExceptionPtrCurrentException@@YAXPAX@Z(ptr) msvcr120.?__ExceptionPtrCurrentException@@YAXPAX@Z
|
||||
@ cdecl -arch=win64 ?__ExceptionPtrCurrentException@@YAXPEAX@Z(ptr) msvcr120.?__ExceptionPtrCurrentException@@YAXPEAX@Z
|
||||
@ cdecl -arch=win32 ?__ExceptionPtrDestroy@@YAXPAX@Z(ptr) msvcr120.?__ExceptionPtrDestroy@@YAXPAX@Z
|
||||
@ cdecl -arch=win64 ?__ExceptionPtrDestroy@@YAXPEAX@Z(ptr) msvcr120.?__ExceptionPtrDestroy@@YAXPEAX@Z
|
||||
@ cdecl -arch=win32 ?__ExceptionPtrRethrow@@YAXPBX@Z(ptr) msvcr120.?__ExceptionPtrRethrow@@YAXPBX@Z
|
||||
@ cdecl -arch=win64 ?__ExceptionPtrRethrow@@YAXPEBX@Z(ptr) msvcr120.?__ExceptionPtrRethrow@@YAXPEBX@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrSwap@@YAXPAX0@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrSwap@@YAXPEAX0@Z
|
||||
@ stub -arch=win32 ?__ExceptionPtrToBool@@YA_NPBX@Z
|
||||
@ stub -arch=win64 ?__ExceptionPtrToBool@@YA_NPEBX@Z
|
||||
@ cdecl -arch=win32 ?__ExceptionPtrToBool@@YA_NPBX@Z(ptr) msvcr120.?__ExceptionPtrToBool@@YA_NPBX@Z
|
||||
@ cdecl -arch=win64 ?__ExceptionPtrToBool@@YA_NPEBX@Z(ptr) msvcr120.?__ExceptionPtrToBool@@YA_NPEBX@Z
|
||||
@ cdecl -arch=arm ?always_noconv@codecvt_base@std@@QBA_NXZ(ptr) codecvt_base_always_noconv
|
||||
@ thiscall -arch=i386 ?always_noconv@codecvt_base@std@@QBE_NXZ(ptr) codecvt_base_always_noconv
|
||||
@ cdecl -arch=win64 ?always_noconv@codecvt_base@std@@QEBA_NXZ(ptr) codecvt_base_always_noconv
|
||||
|
|
Loading…
Reference in New Issue