[trunk] Missing PRId64 for MS compilers

This commit is contained in:
Mathieu Malaterre 2012-03-19 13:46:34 +00:00
parent ede48e285f
commit b3931741ef
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <inttypes.h>
#else
#if defined(_WIN32)
#define PRId64 "I64d"
#define PRIi64 "I64i"
#define PRIu64 "I64u"
#define PRIx64 "I64x"