OSDN Git Service

* config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Mar 2002 21:23:55 +0000 (21:23 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Mar 2002 21:23:55 +0000 (21:23 +0000)
int".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51340 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 10063e1..c228fcc 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 b93e856..ca74c49 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"