crt/msvcrt.def.in: Export `_utime32()` and `_wutime32()` on x86 and x64.
This applies the same fix that was done in e42c609a, to the other two
functions affected by fde585a1.
Reference: https://github.com/msys2/MINGW-packages/issues/5183
Signed-off-by: Liu Hao <lh_mouse@126.com>
diff --git a/mingw-w64-crt/lib-common/msvcrt.def.in b/mingw-w64-crt/lib-common/msvcrt.def.in
index bddaa0c..a1ce0f9 100644
--- a/mingw-w64-crt/lib-common/msvcrt.def.in
+++ b/mingw-w64-crt/lib-common/msvcrt.def.in
@@ -1079,7 +1079,8 @@
F_X86_ANY(_unloaddll)
_unlock
_utime
-F_ARM_ANY(_utime32)
+F_I386(_utime32 == _utime)
+F_NON_I386(_utime32)
_utime64
_vcprintf
_vcprintf_l
@@ -1291,7 +1292,8 @@
_wtol_l
_wunlink
_wutime
-F_ARM_ANY(_wutime32)
+F_I386(_wutime32 == _wutime)
+F_NON_I386(_wutime32)
_wutime64
_y0
_y1