make XP_UCHAR signed to avoid warnings calling string.h funcs

This commit is contained in:
ehouse 2006-02-18 06:36:39 +00:00
parent 447af498a2
commit a4c7d48eb5

View file

@ -38,7 +38,7 @@
typedef unsigned char XP_U8;
typedef signed char XP_S8;
typedef unsigned char XP_UCHAR;
typedef char XP_UCHAR;
typedef unsigned short XP_U16;
typedef signed short XP_S16;