On Fri, 8 Nov 2024, Pali Rohár wrote:
Source file purecall.c provides emulation of function _set_purecall_handler() so rename this file to _set_purecall_handler.c. This file does not provide function named purecall().Function _set_purecall_handler() is available since msvcr71.dll, so include source file also into msvcr70.dll import library. Function _set_purecall_handler() is not available in os system version of msvcrt.dll therefore it has to be included into msvcrt.dll import library for all platforms (this was already before this change). --- mingw-w64-crt/Makefile.am | 12 ++++++++++-- .../misc/{purecall.c => _set_purecall_handler.c} | 0 2 files changed, 10 insertions(+), 2 deletions(-) rename mingw-w64-crt/misc/{purecall.c => _set_purecall_handler.c} (100%)
Looks reasonable, so I pushed it. // Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
