* include/basetyps.h (__int16): Correct define.
This commit is contained in:
parent
fe7b4e0306
commit
4f7e895a3a
|
@ -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>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# define __int32 long
|
||||
# endif
|
||||
# ifndef __int16
|
||||
# define __int16 int
|
||||
# define __int16 short
|
||||
# endif
|
||||
# ifndef __int8
|
||||
# define __int8 char
|
||||
|
|
Loading…
Reference in New Issue