X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=00dbc241b5f1ab477e3511d8b9568c8caf00b565;hp=0163753dfbb64a6ced89bd8b2f8ff9f410265c17;hb=41777e3d5dc655f59a8c3bcd071639e6878e853a;hpb=648844048c7b6e697dcbaa604dc8f72e5b494609 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