Re: [Mingw-w64-public] [PATCH] headers: Avoid c99 style comments in headers

2019-11-22 Thread Martin Storsjö
On Fri, 22 Nov 2019, Liu Hao wrote: 在 2019/11/22 4:01, Martin Storsjö 写道: These headers may be included in code that only allows strict C90 style comments. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/conio.h | 4 ++-- mingw-w64-headers/crt/corecrt.h | 2 +- ming

Re: [Mingw-w64-public] [PATCH] headers: Avoid c99 style comments in headers

2019-11-21 Thread Liu Hao
在 2019/11/22 4:01, Martin Storsjö 写道: > These headers may be included in code that only allows strict C90 > style comments. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/crt/conio.h | 4 ++-- > mingw-w64-headers/crt/corecrt.h | 2 +- > mingw-w64-headers/crt/sec_ap

[Mingw-w64-public] [PATCH] headers: Avoid c99 style comments in headers

2019-11-21 Thread Martin Storsjö
These headers may be included in code that only allows strict C90 style comments. Signed-off-by: Martin Storsjö --- mingw-w64-headers/crt/conio.h | 4 ++-- mingw-w64-headers/crt/corecrt.h | 2 +- mingw-w64-headers/crt/sec_api/stdio_s.h | 4 ++-- mingw-w64-headers/crt/setjmp.h