define XP_LD

This commit is contained in:
ehouse 2005-03-20 21:03:18 +00:00
parent 2056f20002
commit 1490fe9fea

View file

@ -111,5 +111,7 @@ extern void p_ignore(char*, ...);
#define XP_HTONL(l) htonl(l)
#define XP_HTONS(s) htons(s)
#define XP_LD "%ld"
#endif