Re: [Mingw-w64-public] crt/_mingw.h.in: Extend `time_t` to 64 bits for UCRT for 32-bit targets

2021-04-05 Thread Martin Storsjö
On Mon, 5 Apr 2021, Liu Hao wrote: The patch looks good to me, thanks! Should we change the default target for unsuffixed aliases in import libraries then, too, even if they're primarily used for configure checks? // Martin ___

Re: [Mingw-w64-public] [PATCH] Enable __MINGW_FORCE_SYS_INTRINS for Clang

2021-04-05 Thread Martin Storsjö
On Sat, 3 Apr 2021, Mateusz Mikuła wrote: Sorry for the late reply. Your description sounds good for me. Since I don't have write access can I ask you to commit it with your description? Sure, pushed now. // Martin ___ Mingw-w64-public mailing

[Mingw-w64-public] [PATCH] crt: Add an explanatory comment about how __MSVCRT_VERSION__ is set when building the crt

2021-04-05 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am | 5 + 1 file changed, 5 insertions(+) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 5e7c0c746..7bc703145 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -20,6 +20,11 @@ else

[Mingw-w64-public] crt/_mingw.h.in: Extend `time_t` to 64 bits for UCRT for 32-bit targets

2021-04-05 Thread Liu Hao
-- Best regards, Liu Hao From 0a4792158eef8c25a8feb7544115116023ee2ab1 Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Mon, 5 Apr 2021 18:18:54 +0800 Subject: [PATCH] crt/_mingw.h.in: Extend `time_t` to 64 bits for UCRT for 32-bit targets Signed-off-by: Liu Hao ---