Re: [Mingw-w64-public] gcc and g++ 12.2.0 use different attribute(format(...printf)) for builtins

2023-02-18 Thread Christian Franke
Martin Storsjö wrote: On Fri, 17 Feb 2023, Christian Franke wrote: When compiling this on MSYS2 UCRT64 with current mingw-w64-ucrt-x86_64-gcc 12.2.0-10, gcc and g++ results differ: #include #include #if !(defined(_UCRT) && !__USE_MINGW_ANSI_STDIO) #warning unexpected configuration #endif

[Mingw-w64-public] [PATCH] headers: Fix member variable in SYSTEM_POWER_STATUS

2023-02-18 Thread Biswapriyo Nath
From 483850d39a202a1115dad9ed7d9d51d542aaa582 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 18 Feb 2023 20:39:51 +0530 Subject: [PATCH] headers: Fix member variable in SYSTEM_POWER_STATUS Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winbase.h | 2 +- 1 file changed,