Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2653a9 commit 1a731c6Copy full SHA for 1a731c6
1 file changed
Include/unicodeobject.h
@@ -78,7 +78,9 @@ Copyright (c) Corporation for National Research Initiatives.
78
PyUnicode_AsWideChar(). */
79
80
#ifdef HAVE_USABLE_WCHAR_T
81
-# define HAVE_WCHAR_H
+# ifndef HAVE_WCHAR_H
82
+# define HAVE_WCHAR_H
83
+# endif
84
#endif
85
86
#ifdef HAVE_WCHAR_H
0 commit comments