add XP_LD to correctly log 32-bit vals

This commit is contained in:
ehouse 2005-03-20 19:46:20 +00:00
parent df68184819
commit 10ae6d1f1e

View file

@ -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