Re: [Mingw-w64-public] [PATCHv2] headers/wincon: Don't define `LF_FACESIZE` when `NOGDI` is in, effect

2021-05-29 Thread Liu Hao
在 2021-05-26 09:56, Liu Hao 写道: When `NOGDI` is not defined (i.e. when GDI is desired), `LF_FACESIZE` is always defined, so there is no need to check for it here. ping? -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature

Re: [Mingw-w64-public] [PATCHv2] headers/wincon: Don't define `LF_FACESIZE` when `NOGDI` is in, effect

2021-05-29 Thread JonY via Mingw-w64-public
On 5/29/21 3:20 PM, Liu Hao wrote: 在 2021-05-26 09:56, Liu Hao 写道: When `NOGDI` is not defined (i.e. when GDI is desired), `LF_FACESIZE` is always defined, so there is no need to check for it here. ping? Looks good to me, thanks for looking into this. OpenPGP_signature Description:

[Mingw-w64-public] [PATCH] crt: Fix setting errno in the strtod based strtof implementation

2021-05-29 Thread Martin Storsjö
In this case, strtod will have set errno for cases that were out of range for doubles. For doubles that were in range, but that are out of ranges for float, set errno before returning. Signed-off-by: Martin Storsjö --- mingw-w64-crt/stdio/strtof.c | 18 +- 1 file changed, 17

[Mingw-w64-public] [PATCH] Add missing members into MINIDUMP_TYPE

2021-05-29 Thread Ruslan Garipov
Signed-off-by: Ruslan Garipov --- mingw-w64-headers/include/psdk_inc/_dbg_common.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/psdk_inc/_dbg_common.h b/mingw-w64-headers/include/psdk_inc/_dbg_common.h index 48f2b9d7d..4018bad8c 100644