Force aitInt8 to be signed - ANSI allows chars to be unsigned
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user