mirror of https://github.com/python/cpython
Added #fndef's to avoid compiler errors.
This commit is contained in:
parent
d2653a9e07
commit
1a731c60a3
|
@ -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…
Reference in New Issue