Kaydet (Commit) e6069831 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix build under Windows

üst 7a6debe7
......@@ -174,7 +174,7 @@ PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
/* replace the unicode encode error with backslash escapes (\x, \u and \U) */
PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
extern const char *Py_hexdigits;
PyAPI_DATA(const char *) Py_hexdigits;
#ifdef __cplusplus
}
......
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