* include/basetyps.h (__int16): Correct define.

This commit is contained in:
Danny Smith 2005-03-07 04:58:30 +00:00
parent fe7b4e0306
commit 4f7e895a3a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/basetyps.h (__int16): Correct define.
2005-02-10 Jiri Malak <Jiri.Malak@iol.cz>
Danny Smith <dannysmith@users.sourceforge.net>

View File

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