Added #fndef's to avoid compiler errors.

This commit is contained in:
Marc-André Lemburg 2000-08-11 11:43:10 +00:00
parent d2653a9e07
commit 1a731c60a3
1 changed files with 3 additions and 1 deletions

View File

@ -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