Commit fa1309fd authored by Marc-André Lemburg's avatar Marc-André Lemburg

Fix to use Py_UCS4

parent c826ecbf
......@@ -15,6 +15,6 @@ typedef struct _Py_UCNHashAPI
typedef struct
{
const char *pszUCN;
unsigned int uiValue;
Py_UCS4 value;
} _Py_UnicodeCharacterName;
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