Re: [Mingw-w64-public] [PATCH] headers: Add missing macros in afunix.h

2023-06-05 Thread LIU Hao
在 2023/6/6 12:29, Biswapriyo Nath 写道: From 6732b188891a4eb01b3bd3d8bd8893d148a6c4fd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 6 Jun 2023 09:57:57 +0530 Subject: [PATCH] headers: Add missing macros in afunix.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/afunix.

Re: [Mingw-w64-public] [PATCH 1/2] crt: add new found API entries api-ms-win-*.def

2023-06-05 Thread Steve Lhomme
Hi, On 2023-06-05 17:34, LIU Hao wrote: 在 2023-06-05 23:17, Steve Lhomme 写道: Correct as well. The linkermember output says @16 as well. Well there are more references with the wrong size specifiers... not sure where they came from. Fixed all. Thanks for these patches. Pushed with some fixu

[Mingw-w64-public] [PATCH] headers: Add missing macros in afunix.h

2023-06-05 Thread Biswapriyo Nath
From 6732b188891a4eb01b3bd3d8bd8893d148a6c4fd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 6 Jun 2023 09:57:57 +0530 Subject: [PATCH] headers: Add missing macros in afunix.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/afunix.h | 2 ++ 1 file changed, 2 insertions(

Re: [Mingw-w64-public] [PATCH] configure: Use ucrt for msvcrt by default.

2023-06-05 Thread Jacek Caban via Mingw-w64-public
On 6/5/23 10:59, Martin Storsjö wrote: On Sun, 4 Jun 2023, Jacek Caban via Mingw-w64-public wrote: We're early in release cycle again, so it feels like a good time to consider defaulting to ucrt. At this point, ucrt support seems generally mature enough and I'm not aware of any blockers. Yes

Re: [Mingw-w64-public] [PATCH 1/2] crt: add new found API entries api-ms-win-*.def

2023-06-05 Thread LIU Hao
在 2023-06-05 23:17, Steve Lhomme 写道: Correct as well. The linkermember output says @16 as well. Well there are more references with the wrong size specifiers... not sure where they came from. Fixed all. Thanks for these patches. Pushed with some fixups. Please have a proofread. -- Best re

Re: [Mingw-w64-public] [PATCH 1/2] crt: add new found API entries api-ms-win-*.def

2023-06-05 Thread Steve Lhomme
Hi, On 2023-06-05 17:11, LIU Hao wrote: 在 2023-06-01 21:34, Steve Lhomme 写道: diff --git a/mingw-w64-crt/lib32/api-ms-win-appmodel-runtime-l1-1-0.def b/mingw-w64-crt/lib32/api-ms-win-appmodel-runtime-l1-1-0.def index c86df8743..0de46872c 100644 --- a/mingw-w64-crt/lib32/api-ms-win-appmodel-run

Re: [Mingw-w64-public] [PATCH] crt: add some missing sizes

2023-06-05 Thread Steve Lhomme
Hi, On 2023-06-05 16:41, LIU Hao wrote: 在 2023-06-01 21:31, Steve Lhomme 写道: diff --git a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def index d5b90e035..1831a82d9 100644 --- a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-

Re: [Mingw-w64-public] [PATCH 1/2] crt: add new found API entries api-ms-win-*.def

2023-06-05 Thread LIU Hao
在 2023-06-01 21:34, Steve Lhomme 写道: diff --git a/mingw-w64-crt/lib32/api-ms-win-appmodel-runtime-l1-1-0.def b/mingw-w64-crt/lib32/api-ms-win-appmodel-runtime-l1-1-0.def index c86df8743..0de46872c 100644 --- a/mingw-w64-crt/lib32/api-ms-win-appmodel-runtime-l1-1-0.def +++ b/mingw-w64-crt/lib32/a

Re: [Mingw-w64-public] [PATCH] crt: add some missing sizes

2023-06-05 Thread LIU Hao
在 2023-06-01 21:31, Steve Lhomme 写道: diff --git a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def index d5b90e035..1831a82d9 100644 --- a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def +++ b/mingw-w64-crt/lib32/api-ms-win

Re: [Mingw-w64-public] [PATCH] Define FLS_MAXIMUM_AVAILABLE as 4080 for WIN10_19H1

2023-06-05 Thread LIU Hao
在 2023-06-05 16:54, Luca Bacci 写道: Windows 10 19H1 raised the number of available FLS slots from 128 to 4080 [1] and the Windows SDK was updated accordingly Let's think about this: This patch adds another imaginary macro `_WIN32_WINNT_WIN10_19H1` that is referenced nowhere in Windows SDK. I'd

Re: [Mingw-w64-public] [PATCH] configure: Use ucrt for msvcrt by default.

2023-06-05 Thread Martin Storsjö
On Sun, 4 Jun 2023, Jacek Caban via Mingw-w64-public wrote: We're early in release cycle again, so it feels like a good time to consider defaulting to ucrt. At this point, ucrt support seems generally mature enough and I'm not aware of any blockers. Yes, this is probably true in general. Chan

[Mingw-w64-public] [PATCH] Define FLS_MAXIMUM_AVAILABLE as 4080 for WIN10_19H1

2023-06-05 Thread Luca Bacci
Windows 10 19H1 raised the number of available FLS slots from 128 to 4080 [1] and the Windows SDK was updated accordingly [1] https://learn.microsoft.com/en-us/windows-insider/archive/new-in-19h1#fls-slot-limit-increase Signed-off-by: Luca Bacci --- mingw-w64-headers/include/winnt.h | 5 +