There are no new i386/x64/arm32/arm64 symbols in Windows 10 (up to 22H2 version) since Windows 8.1. --- mingw-w64-crt/lib-common/msvcrt.def.in | 3 --- 1 file changed, 3 deletions(-)
diff --git a/mingw-w64-crt/lib-common/msvcrt.def.in b/mingw-w64-crt/lib-common/msvcrt.def.in index c7a78e2dc794..57d20034f38f 100644 --- a/mingw-w64-crt/lib-common/msvcrt.def.in +++ b/mingw-w64-crt/lib-common/msvcrt.def.in @@ -1897,9 +1897,6 @@ F_I386(_libm_sse2_sin_precise) F_I386(_libm_sse2_sqrt_precise) F_I386(_libm_sse2_tan_precise) -; These symbols were added in Windows 10 OS system version of msvcrt.dll -; TODO: fill them - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This is end of the list of symbols available in the Windows OS system versions of msvcrt.dll ; ; All symbols defined below this line are not available in any version of msvcrt.dll library ; -- 2.20.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
