PRIoff is also "%lld" for Win64. Fixes issue #358.

This commit is contained in:
Alex Shinn 2016-06-07 22:36:01 +09:00
parent 8ac14b5f91
commit ab3f3ad3a0

View file

@ -256,7 +256,7 @@ typedef short sexp_int32_t;
# endif
#endif
#ifdef __APPLE__
#if defined(__APPLE__) || defined(_WIN64)
#define PRIoff "%lld"
#else
#define PRIoff "%ld"