Fix Travis build on OS X.

This commit is contained in:
H0zen 2015-09-16 05:43:34 +03:00
parent 22791e3f35
commit b4d49c8a7b

View File

@ -150,8 +150,8 @@ typedef off_t ACE_OFF_T;
#endif #endif
#if defined(__APPLE__) #if defined(__APPLE__)
# if defined(I64FMT) # ifdef I64FMT
# undef(I64FMT) # undef I64FMT
# endif # endif
# define I64FMT "%016llX" # define I64FMT "%016llX"
# define UI64FMTD "%llu" # define UI64FMTD "%llu"