mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +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(). */
|
PyUnicode_AsWideChar(). */
|
||||||
|
|
||||||
#ifdef HAVE_USABLE_WCHAR_T
|
#ifdef HAVE_USABLE_WCHAR_T
|
||||||
# define HAVE_WCHAR_H
|
# ifndef HAVE_WCHAR_H
|
||||||
|
# define HAVE_WCHAR_H
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_WCHAR_H
|
#ifdef HAVE_WCHAR_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue