LIU Hao wrote:
> > 在 2026-1-17 19:50, Kirill Makurin 写道:
> > From d76b3e988eeb42af9f8e658f0775031af3c05b2f Mon Sep 17 00:00:00 2001
> > From: Kirill Makurin<[email protected]>
> > Date: Sat, 17 Jan 2026 18:56:56 +0900
> > Subject: [PATCH 17/19] headers: corecrt_wctype.h: move declarations of
>>   _iswcsym[f][_l] to ctype.h
> >
> > Microsoft documentation[1] says that they are declaraed only in ctype.h.
> >
> > [1]https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/iscsym-functions
> >
> > Signed-off-by: Kirill Makurin<[email protected]>
> > ---
> >   mingw-w64-headers/crt/corecrt_wctype.h |  8 --------
> >   mingw-w64-headers/crt/ctype.h          | 15 +++++++++++++--
> >   2 files changed, 13 insertions(+), 10 deletions(-)
>
> In UCRT headers these functions are declared in both `corecrt_wctype.h` and 
> `ctype.h`, so maybe we should
> also do that.

If that's what UCRT headers do, then let's keep them in `corecrt_wctype.h`, so 
they are also available when including `ctype.h`.

- Kirill Makurin

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to