X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;h=3b2deced51b3f519eb01ed49f1a325da69183955;hp=dbedc8093e1829b1ed32e1c956aeca2573483830;hb=6e6c4e6b52f2516e4bb6b9f37c1e2e18cb7448b5;hpb=75bf0c22663cec60d8164c8cf77e855a8b6ad459 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;