Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a731c6

Browse files
committed
Added #fndef's to avoid compiler errors.
1 parent d2653a9 commit 1a731c6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Include/unicodeobject.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ Copyright (c) Corporation for National Research Initiatives.
7878
PyUnicode_AsWideChar(). */
7979

8080
#ifdef HAVE_USABLE_WCHAR_T
81-
# define HAVE_WCHAR_H
81+
# ifndef HAVE_WCHAR_H
82+
# define HAVE_WCHAR_H
83+
# endif
8284
#endif
8385

8486
#ifdef HAVE_WCHAR_H

0 commit comments

Comments
 (0)