Force aitInt8 to be signed - ANSI allows chars to be unsigned

This commit is contained in:
Andrew Johnson
2004-01-27 21:54:06 +00:00
parent 6b16dbac9d
commit 12b51ec036

View File

@@ -24,7 +24,7 @@
#include "shareLib.h"
typedef char aitInt8;
typedef signed char aitInt8;
typedef unsigned char aitUint8;
typedef short aitInt16;
typedef unsigned short aitUint16;