mingw32.h (WINT_TYPE): Define as "short unsigned int".
authorDanny Smith <dannysmith@users.sourceforge.net>
Mon, 25 Mar 2002 21:23:55 +0000 (21:23 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Mon, 25 Mar 2002 21:23:55 +0000 (21:23 +0000)
* config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
int".

From-SVN: r51340

gcc/ChangeLog
gcc/config/i386/mingw32.h

index 10063e10d271a7b5f0d6f40f30069a882d3f2dcf..c228fcc5f492a876ebed8b6e5415f2cf0af79257 100644 (file)
@@ -1,3 +1,8 @@
+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,
index b93e856fdd9fe5cbce4a6b5c5352708968a9c09f..ca74c49926910670bde42c925127918a4f200328 100644 (file)
@@ -110,3 +110,6 @@ do {                                                \
    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"