X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=9c008e0ad43c745afc6ef5abc77a5c84fb4aba9a;hp=e99d9ca1ac85710cf51ce8576ba8d65972708c91;hb=1d36e3ed1410636f6672b0553f303d37d71501e8;hpb=9dcd91f0595b8f1d65c6848ea152f474e178c28c diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index e99d9ca..9c008e0 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_wctype +{ + _PDCLIB_uint32_t num; + _PDCLIB_uint16_t flags; + _PDCLIB_uint32_t lower; + _PDCLIB_uint32_t upper; +} _PDCLIB_wctype_t; + struct _PDCLIB_locale { _PDCLIB_charcodec_t _Codec; struct lconv _Conv;