This is most probably a random mistyped character. This caused one extra symbol 'k' to be exported from this import library.
Signed-off-by: Martin Storsjö <[email protected]> --- With these three patches in place, the list of symbols exported by libucrt.a and libucrtbase.a is identical, modulo a bunch of private symbols (of the form "_o_<name>") that actually differ between api-ms-win-crt-*.dll and ucrtbase.dll. --- mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in b/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in index ce2073e96..226a37a72 100644 --- a/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in +++ b/mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in @@ -282,7 +282,7 @@ fmaxf fmaxl F_X86_ANY(DATA) fmin fminf -fminl F_X86_ANY(DATA)k +fminl F_X86_ANY(DATA) fmod F_X86_ANY(DATA) F_NON_I386(fmodf F_X86_ANY(DATA)) F_ARM_ANY(fmodl == fmod) -- 2.25.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
