mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
2437bc9459
Functions fgetpos() and fsetpos() in these libraries have different ABI than in all later versions starting with msvcrt40. Their second argument is pointer to 32-bit signed value, which is not compatible with the fpos_t type (64-bit), used by all later versions. So rename these functions in these import libraries to names with suffix 32 and provides mingw-w64 fpos_t (64-bit) wrappers around them for ABI compatibility. This change fixes ABI compatibility for those older DLL libraries. 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 |