[Mingw-w64-public] [PATCH] headers: Add IsUserCetAvailableInEnvironment in sysinfoapi.h

2025-04-25 Thread Biswapriyo Nath
From af40744354db9da984099dfaa0052a2e7a6eb7b7 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 25 Apr 2025 17:39:59 + Subject: [PATCH] headers: Add IsUserCetAvailableInEnvironment in sysinfoapi.h Required for https://github.com/mozilla/gecko-dev/commit/cc73dd0338135e9fee7adddb99815

Re: [Mingw-w64-public] [PATCH 2/2] winpthreads: Move SEH handler declaration to end of function

2025-04-25 Thread Jacek Caban
On 25.04.2025 05:33, LIU Hao wrote: 在 2025-4-25 05:28, Jacek Caban 写道: Avoiding those hacky labels in the middle of code would definitely be nice, but this seems more invasive. Wouldn’t we want a full _gnu_exception_handler to cover that code? Is it okay if I go ahead and push my patch (which