LIU Hao wrote: >在 2026-1-23 17:27, Kirill Makurin 写道: >> LIU Hao wrote: >>> Other than that, these patches all look good to me. I have pushed these >>> patches with the change now. Thanks. >> >> I thought we could just drop that patch; there is no need to copy >> declarations from corecrt_wctype.h, it >> is already included from ctype.h. The reason for corecrt_wctype.h is exactly >> that we do not need to have >> same declarations in ctype.h and wctype.h. Maybe it would be better to >> revert this one[1] afterwards? >> >> - Kirill Makurin >> >> [1] >> https://github.com/mingw-w64/mingw-w64/commit/05ceade2e504c5a8d794c7f0d9341b6585afa89d >> <https:// >> github.com/mingw-w64/mingw-w64/commit/05ceade2e504c5a8d794c7f0d9341b6585afa89d> > > Oh okay. I didn't notice that.
I think it still would make sense to move macro versions of _iswcsym[f]_l to corecrt_wctype.h, it feels silly that function declarations are in corecrt_wcrtype.h but macro versions are only in ctype.h; I'll send patches for this along with other ctype-related changes. - Kirill Makurin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
