X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;fp=internals%2F_PDCLIB_locale.h;h=dbedc8093e1829b1ed32e1c956aeca2573483830;hb=54ea00c95db2e7f49aba027e3f645c99413c415a;hp=3e0f424b06e7f65cebad083ac6db1c059a09f321;hpb=413652866bccc24177217e63e38ed1f8932e6d24;p=pdclib.old diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index 3e0f424..dbedc80 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -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[];