[Mingw-w64-public] [PATCH] headers: Move some structure from ws2tcpip.h to ws2ipdef.h

2021-03-29 Thread Biswapriyo Nath
From 0130b54348c2fecf968e9fe5b61a529c046b7379 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 29 Mar 2021 15:06:21 +0530 Subject: [PATCH] headers: Move some structure from ws2tcpip.h to ws2ipdef.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/ws2ipdef.h | 56

[Mingw-w64-public] [PATCH] headers: Add missing function declarations in stdlib_s.h.

2021-03-29 Thread Biswapriyo Nath
From 0dd07c9462bff7364bd866f44355e1e760d1d9fc Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 29 Mar 2021 20:16:26 +0530 Subject: [PATCH] headers: Add missing function declarations in stdlib_s.h. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/crt/sec_api/stdlib_s.h | 8

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

2021-03-29 Thread Mateusz Mikuła
See https://github.com/msys2/CLANG-packages/issues/6 for the details --- mingw-w64-headers/crt/intrin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/crt/intrin.h b/mingw-w64-headers/crt/intrin.h index 4e840fab..250c25b2 100644 ---

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

2021-03-29 Thread Mateusz Mikuła
See https://github.com/msys2/CLANG-packages/issues/6 for the details --- mingw-w64-headers/crt/intrin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/crt/intrin.h b/mingw-w64-headers/crt/intrin.h index 4e840fab..250c25b2 100644 ---

[Mingw-w64-public] UCRT vs MSVCRT time function exports

2021-03-29 Thread Jeremy Drake via Mingw-w64-public
I was advised to bring this issue here, but I am not sure that mingw-w64 is 'wrong' in this case. Original issue is https://github.com/msys2/CLANG-packages/issues/21 When building python against UCRT, its configure script fails to find mktime, resulting in the mktime function being absent from