X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=00dbc241b5f1ab477e3511d8b9568c8caf00b565;hb=f9ee8785d3c18603033ffbf7099f2a032186f2f9;hp=0163753dfbb64a6ced89bd8b2f8ff9f410265c17;hpb=847a34bc4d47592ba53cf0b5b860598a88bc8eca;p=pdclib.old diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 0163753..00dbc24 100644 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -143,8 +143,9 @@ struct _PDCLIB_lldiv_t /* Large enough an integer to hold all character codes of the largest supported locale. */ -#define _PDCLIB_wchar unsigned short -#define _PDCLIB_WCHAR USHRT +#define _PDCLIB_wint signed int +#define _PDCLIB_wchar unsigned int +#define _PDCLIB_WCHAR UINT #define _PDCLIB_intptr int #define _PDCLIB_INTPTR INT