Fix to use Py_UCS4
diff --git a/Include/ucnhash.h b/Include/ucnhash.h
index 713fd3d..7bf3f5d 100644
--- a/Include/ucnhash.h
+++ b/Include/ucnhash.h
@@ -15,6 +15,6 @@
 typedef struct 
 {
     const char *pszUCN;
-    unsigned int uiValue;
+    Py_UCS4 value;
 } _Py_UnicodeCharacterName;