Re: [Mingw-w64-public] [PATCH] headers: Expose SCN*8 defines when using UCRT

2021-03-02 Thread Liu Hao
在 2021-03-02 19:40, Martin Storsjö 写道: Signed-off-by: Martin Storsjö --- The rest of the ifdef also looks a bit off; I guess this should be linked to __USE_MINGW_ANSI_STDIO instead. --- mingw-w64-headers/crt/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) How about `#if d

[Mingw-w64-public] [PATCH] headers: Expose SCN*8 defines when using UCRT

2021-03-02 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- The rest of the ifdef also looks a bit off; I guess this should be linked to __USE_MINGW_ANSI_STDIO instead. --- mingw-w64-headers/crt/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/crt/inttypes.h b/mingw-w64-head