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:
parent
8018b36d0b
commit
355426abb3
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user