---
 .../lib-common/api-ms-win-crt-convert-l1-1-0.def.in    | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def.in 
b/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def.in
index c172b0969e50..651b81c2a8ad 100644
--- a/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def.in
+++ b/mingw-w64-crt/lib-common/api-ms-win-crt-convert-l1-1-0.def.in
@@ -47,7 +47,7 @@ _strtoi64
 _strtoi64_l
 _strtoimax_l
 _strtol_l
-_strtold_l
+F_ARM_ANY(_strtold_l) ; Can't use long double functions from the CRT on x86
 _strtoll_l
 _strtoui64
 _strtoui64_l
@@ -68,7 +68,7 @@ _wcstoi64
 _wcstoi64_l
 _wcstoimax_l
 _wcstol_l
-_wcstold_l
+F_ARM_ANY(_wcstold_l) ; Can't use long double functions from the CRT on x86
 _wcstoll_l
 _wcstombs_l
 _wcstombs_s_l
@@ -108,8 +108,7 @@ strtod
 strtof
 strtoimax
 strtol
-; Can't use long double functions from the CRT on x86
-F_ARM_ANY(strtold)
+F_ARM_ANY(strtold) ; Can't use long double functions from the CRT on x86
 strtoll
 strtoul
 strtoull
@@ -122,8 +121,7 @@ wcstod
 wcstof
 wcstoimax
 wcstol
-; Can't use long double functions from the CRT on x86
-F_ARM_ANY(wcstold)
+F_ARM_ANY(wcstold) ; Can't use long double functions from the CRT on x86
 wcstoll
 wcstombs
 wcstombs_s
-- 
2.20.1



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to