--- np2/sdl/slzaurus/compiler.h 2005/03/19 23:06:18 1.10 +++ np2/sdl/slzaurus/compiler.h 2005/05/17 11:11:31 1.11 @@ -15,6 +15,8 @@ typedef signed int INT; +typedef unsigned int SINT; + typedef unsigned char UCHAR; typedef unsigned short USHORT; typedef unsigned int UINT;