Commit 52a3492e authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.

parent f35f8044
......@@ -3795,7 +3795,7 @@ PyObject *PyUnicode_AsASCIIString(PyObject *unicode)
/* --- MBCS codecs for Windows -------------------------------------------- */
#if SIZEOF_INT < SIZEOF_SSIZE_T
#if SIZEOF_INT < SIZEOF_SIZE_T
#define NEED_RETRY
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment