X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=09fa3c0128f877e4e85108fc02dcec839fcf2450;hb=3682010e5b8bcd48fd82f3e604829f045c7ada29;hp=e99d9ca1ac85710cf51ce8576ba8d65972708c91;hpb=d77b84be585e9ceaed1501579df5a4aec6a24a63;p=pdclib diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index e99d9ca..09fa3c0 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -67,6 +67,14 @@ typedef struct _PDCLIB_ctype unsigned char collation; } _PDCLIB_ctype_t; +typedef struct _PDCLIB_wcinfo +{ + _PDCLIB_uint32_t num; + _PDCLIB_uint16_t flags; + _PDCLIB_uint32_t lower; + _PDCLIB_uint32_t upper; +} _PDCLIB_wcinfo_t; + struct _PDCLIB_locale { _PDCLIB_charcodec_t _Codec; struct lconv _Conv;