Re: [Mingw-w64-public] [PATCH] stdio.h: Fixed misplaced #endif.

2017-09-29 Thread Martin Storsjö
On Fri, 29 Sep 2017, Jacek Caban wrote: Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/crt/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) This actually isn't correct for the cases when building with __MSVCRT_VERSION__ = 0x1400. I'll post another version th

[Mingw-w64-public] [PATCH] stdio.h: Fixed misplaced #endif.

2017-09-29 Thread Jacek Caban
Please review. Signed-off-by: Jacek Caban --- mingw-w64-headers/crt/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/crt/stdio.h b/mingw-w64-headers/crt/stdio.h index 34aae9ad..0d9cf1c7 100644 --- a/mingw-w64-headers/crt/stdio.h +++ b/mingw-w64-h