mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add XP_LD to correctly log 32-bit vals
This commit is contained in:
parent
df68184819
commit
10ae6d1f1e
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ char* sym_strcat( XP_UCHAR* dest, const XP_UCHAR* src );
|
|||
#define XP_HTONL(l) sym_flip_long(l)
|
||||
#define XP_HTONS(s) sym_flip_short(s)
|
||||
|
||||
#define XP_LD "%d"
|
||||
|
||||
#ifdef CPLUS
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue