X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=3b2deced51b3f519eb01ed49f1a325da69183955;hp=dbedc8093e1829b1ed32e1c956aeca2573483830;hb=24f274eec4d6ac3868f3fdf03d2e1876c80be616;hpb=b641165a0d122178a33070e3434ab7b49397ad94 diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h index dbedc80..3b2dece 100644 --- a/internals/_PDCLIB_locale.h +++ b/internals/_PDCLIB_locale.h @@ -59,6 +59,9 @@ #define _PDCLIB_CTYPE_DIGIT 256 #define _PDCLIB_CTYPE_XDIGT 512 +#define _PDCLIB_WCTRANS_TOLOWER 1 +#define _PDCLIB_WCTRANS_TOUPPER 2 + typedef struct _PDCLIB_ctype { _PDCLIB_uint16_t flags;