Signed-off-by: Jacek Caban <[email protected]> --- mingw-w64-crt/lib-common/msvcrt.def.in | 3 ++- mingw-w64-crt/lib32/msvcr80.def.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-crt/lib-common/msvcrt.def.in b/mingw-w64-crt/lib-common/msvcrt.def.in index 19f7d929..b45f3f5a 100644 --- a/mingw-w64-crt/lib-common/msvcrt.def.in +++ b/mingw-w64-crt/lib-common/msvcrt.def.in @@ -226,7 +226,8 @@ _CrtSetReportHook _CrtSetReportHook2 _CrtSetReportMode #endif -_CxxThrowException +F_I386(_CxxThrowException@8) +F_NON_I386(_CxxThrowException) F_I386(_EH_prolog) _Getdays _Getmonths diff --git a/mingw-w64-crt/lib32/msvcr80.def.in b/mingw-w64-crt/lib32/msvcr80.def.in index 2ad8c488..4914931d 100644 --- a/mingw-w64-crt/lib32/msvcr80.def.in +++ b/mingw-w64-crt/lib32/msvcr80.def.in @@ -19,7 +19,7 @@ _CIsinh _CIsqrt _CItan _CItanh -_CxxThrowException +_CxxThrowException@8 _EH_prolog _Getdays _Getmonths
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
