[Mingw-w64-public] [PATCH] headers: _FORTIFY_SOURCE: Add [v]s[n]printf() for UCRT

2023-02-12 Thread Christian Franke
Still missing after this patch: [v]s[n]wprintf() for UCRT and MSVCRT. -- Regards, Christian From 7d04fa1ddd86a0d46ec3222a1e09455e4b8dd85a Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sun, 12 Feb 2023 15:24:46 +0100 Subject: [PATCH] headers: _FORTIFY_SOURCE: Add [v]s[n]printf() for UCRT

Re: [Mingw-w64-public] [PATCH] headers: _FORTIFY_SOURCE: Add [v]s[n]printf() for UCRT

2023-02-13 Thread Martin Storsjö
On Sun, 12 Feb 2023, Christian Franke wrote: Still missing after this patch: [v]s[n]wprintf() for UCRT and MSVCRT. -- +#ifdef __MINGW_FORTIFY_VA_ARG This bit should be #if, not #ifdef. Other than that, the patch seemed fine to me, so I pushed it, with that issue fixed. Thanks! // Marti