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
在 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