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

2021-03-03 Thread Martin Storsjö
On Tue, 2 Mar 2021, Liu Hao wrote: 在 2021-03-02 22:10, Martin Storsjö 写道: Also expose them for other CRTs based on __USE_MINGW_ANSI_STDIO, like other conditionals in the same header. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/inttypes.h | 2 +- 1 file changed, 1 insertion(+),

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

2021-03-02 Thread Liu Hao
在 2021-03-02 22:10, Martin Storsjö 写道: Also expose them for other CRTs based on __USE_MINGW_ANSI_STDIO, like other conditionals in the same header. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) LGTM. -- Best rega

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

2021-03-02 Thread Martin Storsjö
Also expose them for other CRTs based on __USE_MINGW_ANSI_STDIO, like other conditionals in the same header. Signed-off-by: Martin Storsjö --- 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-headers