]> pd.if.org Git - pdclib/commitdiff
PDCLIB-3 Change _PDCLIB_wcinfo_t to use wint_t
authorOwen Shepherd <owen.shepherd@e43.eu>
Sat, 16 Mar 2013 20:27:17 +0000 (20:27 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sat, 16 Mar 2013 20:27:17 +0000 (20:27 +0000)
internals/_PDCLIB_locale.h

index 3e0f424b06e7f65cebad083ac6db1c059a09f321..dbedc8093e1829b1ed32e1c956aeca2573483830 100644 (file)
@@ -69,10 +69,10 @@ typedef struct _PDCLIB_ctype
 
 typedef struct _PDCLIB_wcinfo
 {
-    _PDCLIB_uint32_t num;
+    _PDCLIB_wint_t   num;
     _PDCLIB_uint16_t flags;
-    _PDCLIB_uint32_t lower;
-    _PDCLIB_uint32_t upper;
+    _PDCLIB_wint_t   lower;
+    _PDCLIB_wint_t   upper;
 } _PDCLIB_wcinfo_t;
 
 extern _PDCLIB_wcinfo_t _PDCLIB_wcinfo[];