* include/_mingw.h (__int16): Define as short.

This commit is contained in:
Danny Smith 2005-01-06 11:20:51 +00:00
parent 5c54e03a27
commit 23edaf199a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-06 Danny Smith <dannysmith@users.sourceforge.net>
* include/_mingw.h (__int16): Define as short.
Thanks to: Leo Yuriev <leoyuriev at users dot sf dot net>
2005-01-06 Danny Smith <dannysmith@users.sourceforge.net>
* include/stdio.h (P_tmpdir): Add define.

View File

@ -91,7 +91,7 @@
# define __int32 long
# endif
# ifndef __int16
# define __int16 int
# define __int16 short
# endif
# ifndef __int8
# define __int8 char