]> pd.if.org Git - pdclib/blobdiff - platform/example/internals/_PDCLIB_config.h
PDCLIB-2: <wchar.h>: don't expect or expose definition of FILE. Declare mbstate_t...
[pdclib] / platform / example / internals / _PDCLIB_config.h
index 0163753dfbb64a6ced89bd8b2f8ff9f410265c17..00dbc241b5f1ab477e3511d8b9568c8caf00b565 100644 (file)
@@ -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