Re: [Mingw-w64-public] [PATCH 01/15] crt: Add support for C95 wcstok() function for non-UCRT import libraries

2024-10-17 Thread Pali Rohár
On Friday 11 October 2024 12:00:41 Martin Storsjö wrote: > On Sat, 28 Sep 2024, Pali Rohár wrote: > > > All non-UCRT crt library versions provide wcstok symbol which is not C95+ > > compatible. Its function prototype is missing the third argument. In UCRT > > version this function without third ar

Re: [Mingw-w64-public] [PATCH] headers: Add FOLDERID_LocalStorage in knownfolders.h

2024-10-17 Thread LIU Hao
在 2024-10-14 02:09, Biswapriyo Nath 写道: From eb872efb5388892a982b0b2790e4396457801be2 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 13 Oct 2024 18:08:19 + Subject: [PATCH] headers: Add FOLDERID_LocalStorage in knownfolders.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers

Re: [Mingw-w64-public] [PATCH 2/2] headers: Add IDCompositionTableTransferEffect definition in dcomp.h

2024-10-17 Thread LIU Hao
在 2024-10-17 13:37, Biswapriyo Nath 写道: From 38cea2012da23bd69211360c453cc58575a9db0a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 17 Oct 2024 05:31:07 + Subject: [PATCH 2/2] headers: Add IDCompositionTableTransferEffect definition in dcomp.h Required forhttps://github.com/moz

[Mingw-w64-public] [PATCH] winpthreads: also use SetThreadDescription to set thread name

2024-10-17 Thread Antonin Décimo
> There are two ways to set a thread name. The first is via the > SetThreadDescription function. The second is by throwing a > particular exception while the Visual Studio debugger is attached to > the process. Each approach has benefits and caveats. The use of > SetThreadDescription is supported s