* include/_mingw.h (__int16): Define as short.
This commit is contained in:
parent
5c54e03a27
commit
23edaf199a
@ -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.
|
||||
|
@ -91,7 +91,7 @@
|
||||
# define __int32 long
|
||||
# endif
|
||||
# ifndef __int16
|
||||
# define __int16 int
|
||||
# define __int16 short
|
||||
# endif
|
||||
# ifndef __int8
|
||||
# define __int8 char
|
||||
|
Loading…
Reference in New Issue
Block a user