Re: [Mingw-w64-public] [PATCH v3 02/22] winpthreads: Move likely/unlikely to misc.h, noop under MSVC

2023-12-18 Thread Martin Storsjö
On Thu, 14 Dec 2023, Antonin Décimo wrote: Signed-off-by: Antonin Décimo --- mingw-w64-libraries/winpthreads/src/misc.h | 8 mingw-w64-libraries/winpthreads/src/mutex.c| 3 --- mingw-w64-libraries/winpthreads/src/spinlock.c | 3 --- 3 files changed, 8 insertions(+), 6

Re: [Mingw-w64-public] [PATCH] headers: move PPROC_THREAD_ATTRIBUTE_LIST in PARTITION_APP

2023-12-18 Thread LIU Hao
在 2023/12/13 18:56, Steve Lhomme 写道: It's needed by CreateProcess (via STARTUPINFOEX) which is available in UWP apps. --- mingw-w64-headers/include/processthreadsapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thanks for the patch. Pushed to master now. -- Best regards,