Re: [Mingw-w64-public] [PATCH] headers: Add WSACMSGHDR related symbols in mswsock.h

2025-05-26 Thread LIU Hao
在 2025-5-27 04:14, Biswapriyo Nath 写道: From 1fee515ec5355d87a2511f3e111e6a07a57785e4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 26 May 2025 20:13:25 + Subject: [PATCH] headers: Add WSACMSGHDR related symbols in mswsock.h Required forhttps://github.com/facebook/folly/blob/v20

[Mingw-w64-public] [PATCH] headers: Add WSACMSGHDR related symbols in mswsock.h

2025-05-26 Thread Biswapriyo Nath
From 1fee515ec5355d87a2511f3e111e6a07a57785e4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 26 May 2025 20:13:25 + Subject: [PATCH] headers: Add WSACMSGHDR related symbols in mswsock.h Required for https://github.com/facebook/folly/blob/v2025.05.26.00/folly/io/async/AsyncUDPSock

Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files

2025-05-26 Thread Jacek Caban via Mingw-w64-public
On 26.05.2025 06:54, LIU Hao wrote: 在 2025-5-26 02:58, Martin Storsjö 写道: On Sun, 25 May 2025, Jacek Caban wrote: I think that kind of massive duplication just doesn't scale. For example, when adding a new target like ARM64EC, are you suggesting we duplicate all the .def files for a fifth tim

Re: [Mingw-w64-public] [PATCH] crt: Make .CRT section read only

2025-05-26 Thread Martin Storsjö
Hi, On Sat, 17 May 2025, Yang Kun wrote: .CRT section is combined into .rdata which doesn't have shared attribute but read only. If we declare it with shared, it will causes LNK4254 warning. The patch in itself probably is right, but can you explain your usecase a bit more? LNK4254 is a li

Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files

2025-05-26 Thread Martin Storsjö
On Mon, 26 May 2025, LIU Hao wrote: Yeah, I agree. That was also the original reason for why we started merging them originally; we had lib32, lib64 and libarm32, and wanted to add libarm64. (Also, at the time I didn't have the real OS yet to even dump the DLLs, so it would have been a copy of