[Mingw-w64-public] [PATCH] crt: make iswblank always available in C++

2021-06-04 Thread Matheus Izvekov
Before this patch, wctype.h would make iswblank always available on C++, but ctype.h and wchar.h would not. Since they share the same definition guard macro, one could end up not getting iswblank in C++ when including wctype.h after ctype.h / wchar.h . This fixes this inconsistency by making it al

Re: [Mingw-w64-public] [PATCH 1/2] include/wdm.h: Add missing enum values.

2021-06-04 Thread Liu Hao
在 2021-06-04 05:22, Mark Harmstone 写道: Signed-off-by: Mark Harmstone --- mingw-w64-headers/ddk/include/ddk/wdm.h | 194 1 file changed, 161 insertions(+), 33 deletions(-) Thanks. These patches look good to me. I pushed 'em to master. -- Best regards, Liu Hao