Daniel Lehman : msvcp140: Forward __ExceptionPtr* to msvcr120.
Module: wine Branch: master Commit: 4686a5ee59f91e1033daeeb5bc5d5f5121a8075e URL: http://source.winehq.org/git/wine.git/?a=commit;h=4686a5ee59f91e1033daeeb5bc... Author: Daniel Lehman <dlehman(a)esri.com> Date: Thu Jun 16 16:38:08 2016 -0700 msvcp140: Forward __ExceptionPtr* to msvcr120. Signed-off-by: Daniel Lehman <dlehman(a)esri.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msvcp140/msvcp140.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dlls/msvcp140/msvcp140.spec b/dlls/msvcp140/msvcp140.spec index 6e17e0d..f5a0838 100644 --- a/dlls/msvcp140/msvcp140.spec +++ b/dlls/msvcp140/msvcp140.spec @@ -1693,22 +1693,22 @@ @ stub -arch=win64 ?__ExceptionPtrAssign@@YAXPEAXPEBX(a)Z @ stub -arch=win32 ?__ExceptionPtrCompare@@YA_NPBX0(a)Z @ stub -arch=win64 ?__ExceptionPtrCompare@@YA_NPEBX0(a)Z -@ stub -arch=win32 ?__ExceptionPtrCopy@@YAXPAXPBX(a)Z -@ stub -arch=win64 ?__ExceptionPtrCopy@@YAXPEAXPEBX(a)Z +@ cdecl -arch=win32 ?__ExceptionPtrCopy@@YAXPAXPBX(a)Z(ptr ptr) msvcr120.?__ExceptionPtrCopy@@YAXPAXPBX(a)Z +@ cdecl -arch=win64 ?__ExceptionPtrCopy@@YAXPEAXPEBX(a)Z(ptr ptr) msvcr120.?__ExceptionPtrCopy@@YAXPEAXPEBX(a)Z @ stub -arch=win32 ?__ExceptionPtrCopyException@@YAXPAXPBX1(a)Z @ stub -arch=win64 ?__ExceptionPtrCopyException@@YAXPEAXPEBX1(a)Z -@ stub -arch=win32 ?__ExceptionPtrCreate@@YAXPAX(a)Z -@ stub -arch=win64 ?__ExceptionPtrCreate@@YAXPEAX(a)Z -@ stub -arch=win32 ?__ExceptionPtrCurrentException@@YAXPAX(a)Z -@ stub -arch=win64 ?__ExceptionPtrCurrentException@@YAXPEAX(a)Z -@ stub -arch=win32 ?__ExceptionPtrDestroy@@YAXPAX(a)Z -@ stub -arch=win64 ?__ExceptionPtrDestroy@@YAXPEAX(a)Z -@ stub -arch=win32 ?__ExceptionPtrRethrow@@YAXPBX(a)Z -@ stub -arch=win64 ?__ExceptionPtrRethrow@@YAXPEBX(a)Z +@ cdecl -arch=win32 ?__ExceptionPtrCreate@@YAXPAX(a)Z(ptr) msvcr120.?__ExceptionPtrCreate@@YAXPAX(a)Z +@ cdecl -arch=win64 ?__ExceptionPtrCreate@@YAXPEAX(a)Z(ptr) msvcr120.?__ExceptionPtrCreate@@YAXPEAX(a)Z +@ cdecl -arch=win32 ?__ExceptionPtrCurrentException@@YAXPAX(a)Z(ptr) msvcr120.?__ExceptionPtrCurrentException@@YAXPAX(a)Z +@ cdecl -arch=win64 ?__ExceptionPtrCurrentException@@YAXPEAX(a)Z(ptr) msvcr120.?__ExceptionPtrCurrentException@@YAXPEAX(a)Z +@ cdecl -arch=win32 ?__ExceptionPtrDestroy@@YAXPAX(a)Z(ptr) msvcr120.?__ExceptionPtrDestroy@@YAXPAX(a)Z +@ cdecl -arch=win64 ?__ExceptionPtrDestroy@@YAXPEAX(a)Z(ptr) msvcr120.?__ExceptionPtrDestroy@@YAXPEAX(a)Z +@ cdecl -arch=win32 ?__ExceptionPtrRethrow@@YAXPBX(a)Z(ptr) msvcr120.?__ExceptionPtrRethrow@@YAXPBX(a)Z +@ cdecl -arch=win64 ?__ExceptionPtrRethrow@@YAXPEBX(a)Z(ptr) msvcr120.?__ExceptionPtrRethrow@@YAXPEBX(a)Z @ stub -arch=win32 ?__ExceptionPtrSwap@@YAXPAX0(a)Z @ stub -arch=win64 ?__ExceptionPtrSwap@@YAXPEAX0(a)Z -@ stub -arch=win32 ?__ExceptionPtrToBool@@YA_NPBX(a)Z -@ stub -arch=win64 ?__ExceptionPtrToBool@@YA_NPEBX(a)Z +@ cdecl -arch=win32 ?__ExceptionPtrToBool@@YA_NPBX(a)Z(ptr) msvcr120.?__ExceptionPtrToBool@@YA_NPBX(a)Z +@ cdecl -arch=win64 ?__ExceptionPtrToBool@@YA_NPEBX(a)Z(ptr) msvcr120.?__ExceptionPtrToBool@@YA_NPEBX(a)Z @ cdecl -arch=arm ?always_noconv(a)codecvt_base@std@@QBA_NXZ(ptr) codecvt_base_always_noconv @ thiscall -arch=i386 ?always_noconv(a)codecvt_base@std@@QBE_NXZ(ptr) codecvt_base_always_noconv @ cdecl -arch=win64 ?always_noconv(a)codecvt_base@std@@QEBA_NXZ(ptr) codecvt_base_always_noconv
participants (1)
-
Alexandre Julliard