This reverts commit b2bac2bb07b99b56e129c91fc7ec9ab05f6da3c3.

Wine 9.16 is available since a reasonably long time, and a
fixed version is available in LTS versions of both Debian and
Ubuntu.

Signed-off-by: Martin Storsjö <[email protected]>
---
 mingw-w64-crt/Makefile.am                                  | 1 -
 mingw-w64-crt/lib-common/api-ms-win-crt-math-l1-1-0.def.in | 2 +-
 mingw-w64-crt/lib-common/ucrtbase-common.def.in            | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 534414496..a72bb51bb 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -540,7 +540,6 @@ src_ucrtbase32=\
   math/log10f.c \
   math/logf.c \
   math/modff.c \
-  math/powf.c \
   math/sincos.c \
   math/sincosf.c \
   math/sinhf.c \
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 17446e597..e54194bf5 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
@@ -343,7 +343,7 @@ norm
 normf
 norml
 pow
-F_NON_I386(powf) ; Missing in Wine's ucrtbase.dll for i386 in Wine 9.15 and 
older
+powf
 F_LD64(powl == pow)
 remainder
 remainderf
diff --git a/mingw-w64-crt/lib-common/ucrtbase-common.def.in 
b/mingw-w64-crt/lib-common/ucrtbase-common.def.in
index 377ceef2f..a87d4da52 100644
--- a/mingw-w64-crt/lib-common/ucrtbase-common.def.in
+++ b/mingw-w64-crt/lib-common/ucrtbase-common.def.in
@@ -2510,7 +2510,7 @@ normf
 norml
 perror
 pow
-F_NON_I386(powf) ; Missing in Wine's ucrtbase.dll for i386 in Wine 9.15 and 
older
+powf
 putc
 putchar
 puts
-- 
2.43.0



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

Reply via email to