* config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
int".
From-SVN: r51340
+2002-03-25 Danny Smith <dannysmith@sourceforge.users.net>
+
+ * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
+ int".
+
2002-03-25 Zack Weinberg <zack@codesourcery.com>
* toplev.c: Don't include setjmp.h. Kill float_handler_set,
Cygwin profiling code is written. Once "fixed", we can remove this. */
#undef SUBTARGET_PROLOGUE
+/* Define as short unsigned for compatability with MS runtime. */
+#undef WINT_TYPE
+#define WINT_TYPE "short unsigned int"