mingw32.h (WINT_TYPE): Define as "short unsigned int".

* config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
	int".

From-SVN: r51340
This commit is contained in:
Danny Smith 2002-03-25 21:23:55 +00:00 committed by Danny Smith
parent 8018b36d0b
commit 355426abb3
2 changed files with 8 additions and 0 deletions

View 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,

View 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"