* 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

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