mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
make XP_UCHAR signed to avoid warnings calling string.h funcs
This commit is contained in:
parent
447af498a2
commit
a4c7d48eb5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue