X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=platform%2Fposix%2Finternals%2F_PDCLIB_config.h;h=576b347c253df2a2984c38426dca97b0f0c0c197;hp=273f2d2f5997f55382880556406fa8a791bed0a3;hb=1d4e8006a01beb9e40b23fb8b58283fcc46c0757;hpb=483959263971a2c05606782bb8652305957a9bd6 diff --git a/platform/posix/internals/_PDCLIB_config.h b/platform/posix/internals/_PDCLIB_config.h index 273f2d2..576b347 100644 --- a/platform/posix/internals/_PDCLIB_config.h +++ b/platform/posix/internals/_PDCLIB_config.h @@ -327,6 +327,9 @@ struct _PDCLIB_imaxdiv_t /* Locale method. See _PDCLIB_locale.h */ #define _PDCLIB_LOCALE_METHOD _PDCLIB_LOCALE_METHOD_TSS +/* wchar_t encoding */ +#define _PDCLIB_WCHAR_ENCODING _PDCLIB_WCHAR_ENCODING_UCS4 + /* I/O ---------------------------------------------------------------------- */ /* The default size for file buffers. Must be at least 256. */