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 683ecc7 commit 4542897Copy full SHA for 4542897
1 file changed
Mac/Include/config.h
@@ -199,6 +199,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
199
/* Define if the compiler provides a wchar.h header file. */
200
#define HAVE_WCHAR_H 1
201
202
+/* Define if you want to have a Unicode type. */
203
+#define Py_USING_UNICODE 1
204
+
205
+/* Define as the integral type used for Unicode representation. */
206
+#define PY_UNICODE_TYPE wchar_t
207
208
+/* Define as the size of the unicode type. */
209
+#define Py_UNICODE_SIZE 2
210
211
/* Define if malloc(0) returns a NULL pointer */
212
#ifdef USE_MSL_MALLOC
213
#define MALLOC_ZERO_RETURNS_NULL
0 commit comments