PRIoff is also "%lld" for cygwin64 (issue #358)

This commit is contained in:
Alex Shinn 2016-06-08 07:22:09 +09:00
parent 1278c9b3f6
commit bb636b9b83

View file

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