X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Finternals%2F_PDCLIB_config.h;h=ea5ef4743e397546f26f24406d9e46eab83f18cc;hb=af55dc64b9118345203e7ba7bd262e6444573795;hp=c6da3ef5a02afea68a3c4ab3aa36722bd7ea1398;hpb=1d4e8006a01beb9e40b23fb8b58283fcc46c0757;p=pdclib.old diff --git a/platform/win32/internals/_PDCLIB_config.h b/platform/win32/internals/_PDCLIB_config.h index c6da3ef..ea5ef47 100644 --- a/platform/win32/internals/_PDCLIB_config.h +++ b/platform/win32/internals/_PDCLIB_config.h @@ -156,7 +156,7 @@ struct _PDCLIB_lldiv_t XX: Windows requires wchar_t be an unsigned short, but this is not compliant. */ -#define _PDCLIB_wint signed short +#define _PDCLIB_wint signed int #define _PDCLIB_wchar unsigned short #define _PDCLIB_WCHAR USHRT @@ -335,7 +335,9 @@ struct _PDCLIB_imaxdiv_t /* Locale --------------------------------------------------------------------*/ -/* Locale method. See _PDCLIB_locale.h */ +/* Locale method. See _PDCLIB_locale.h. If undefined, POSIX per-thread locales + * will be disabled + */ #define _PDCLIB_LOCALE_METHOD _PDCLIB_LOCALE_METHOD_TSS /* wchar_t encoding */