[trunk] Missing PRId64 for MS compilers
This commit is contained in:
parent
ede48e285f
commit
b3931741ef
|
@ -31,6 +31,7 @@
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#else
|
#else
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
#define PRId64 "I64d"
|
||||||
#define PRIi64 "I64i"
|
#define PRIi64 "I64i"
|
||||||
#define PRIu64 "I64u"
|
#define PRIu64 "I64u"
|
||||||
#define PRIx64 "I64x"
|
#define PRIx64 "I64x"
|
||||||
|
|
Loading…
Reference in New Issue