mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 01:44:43 +08:00
b612b2a778
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). Signed-off-by: Martin Storsjö <martin@martin.st> |
||
---|---|---|
build-aux | ||
COPYING.MinGW-w64 | ||
COPYING.MinGW-w64-runtime | ||
mingw-w64-crt | ||
mingw-w64-doc | ||
mingw-w64-headers | ||
mingw-w64-libraries | ||
mingw-w64-tools | ||
.gitignore | ||
aclocal.m4 | ||
AUTHORS | ||
config.h.in | ||
configure | ||
configure.ac | ||
COPYING | ||
DISCLAIMER | ||
DISCLAIMER.PD | ||
Makefile.am | ||
Makefile.in |