X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=09fa3c0128f877e4e85108fc02dcec839fcf2450;hp=9c008e0ad43c745afc6ef5abc77a5c84fb4aba9a;hb=c6158c4e0aa0634d87ae800be0959e7a99a84b37;hpb=f6b4e5f0b3cec07b1a5221d57c4dc94383cdfe9f diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index 9c008e0..09fa3c0 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -67,13 +67,13 @@ typedef struct _PDCLIB_ctype unsigned char collation; } _PDCLIB_ctype_t; -typedef struct _PDCLIB_wctype +typedef struct _PDCLIB_wcinfo { _PDCLIB_uint32_t num; _PDCLIB_uint16_t flags; _PDCLIB_uint32_t lower; _PDCLIB_uint32_t upper; -} _PDCLIB_wctype_t; +} _PDCLIB_wcinfo_t; struct _PDCLIB_locale { _PDCLIB_charcodec_t _Codec;