]> pd.if.org Git - pdclib/blobdiff - platform/win32/internals/_PDCLIB_config.h
Win32: Change wint_t to be signed int (32-bit) in order to hold UCS-2 + -1. Additiona...
[pdclib] / platform / win32 / internals / _PDCLIB_config.h
index c6da3ef5a02afea68a3c4ab3aa36722bd7ea1398..9e69353827cf0dad6cae9d21c2e90d40a55dd68d 100644 (file)
@@ -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