mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
make XP_UCHAR signed to avoid warnings calling string.h funcs
This commit is contained in:
parent
00459487c1
commit
f142ef61db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
typedef unsigned char XP_U8;
|
typedef unsigned char XP_U8;
|
||||||
typedef signed char XP_S8;
|
typedef signed char XP_S8;
|
||||||
typedef unsigned char XP_UCHAR;
|
typedef char XP_UCHAR;
|
||||||
|
|
||||||
typedef unsigned short XP_U16;
|
typedef unsigned short XP_U16;
|
||||||
typedef signed short XP_S16;
|
typedef signed short XP_S16;
|
||||||
|
|
Loading…
Reference in a new issue