mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Added #fndef's to avoid compiler errors.
This commit is contained in:
parent
d2653a9e07
commit
1a731c60a3
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ Copyright (c) Corporation for National Research Initiatives.
|
|||
PyUnicode_AsWideChar(). */
|
||||
|
||||
#ifdef HAVE_USABLE_WCHAR_T
|
||||
# define HAVE_WCHAR_H
|
||||
# ifndef HAVE_WCHAR_H
|
||||
# define HAVE_WCHAR_H
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WCHAR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue