X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Finternals%2F_PDCLIB_config.h;fp=platform%2Fposix%2Finternals%2F_PDCLIB_config.h;h=576b347c253df2a2984c38426dca97b0f0c0c197;hp=273f2d2f5997f55382880556406fa8a791bed0a3;hb=68530b0da9e164ca1f36374be11b03f2f6cd0c9f;hpb=58ad73359fcce5653230a918af494a46ac796886 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. */