For I386 this symbol has stdcall calling convention, like all other _all* symbols. --- mingw-w64-crt/lib-common/ntdllcrt.def.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-crt/lib-common/ntdllcrt.def.in b/mingw-w64-crt/lib-common/ntdllcrt.def.in index b1f365e96c10..f2c53b84bb10 100644 --- a/mingw-w64-crt/lib-common/ntdllcrt.def.in +++ b/mingw-w64-crt/lib-common/ntdllcrt.def.in @@ -18,7 +18,7 @@ F_X64(__misaligned_access) F_ARM32(__jump_unwind) __toascii #ifdef __i386__ -_alldiv +_alldiv@16 _alldvrm@16 _allmul@16 _alloca_probe -- 2.20.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
