mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Include wctype.h.
This commit is contained in:
parent
19ff44643f
commit
bab9559d12
1 changed files with 2 additions and 1 deletions
|
|
@ -26,10 +26,11 @@ static PyStringObject *nullstring;
|
|||
static PyObject *interned;
|
||||
|
||||
|
||||
#if defined(HAVE_MBTOWC) && defined(HAVE_WCHAR_H)
|
||||
#if defined(HAVE_MBTOWC) && defined(HAVE_WCHAR_H) && defined(HAVE_WCTYPE_H)
|
||||
# define PRINT_MULTIBYTE_STRING
|
||||
# include <locale.h>
|
||||
# include <wchar.h>
|
||||
# include <wctype.h>
|
||||
# if defined(HAVE_ISWPRINT)
|
||||
# define _isprint iswprint
|
||||
# else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue