fix minor mingw issue
This commit is contained in:
@@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PRId64
|
#ifndef PRId64
|
||||||
#ifdef _WIN32
|
#ifdef _MSC_VER
|
||||||
#define PRId64 "I64d"
|
#define PRId64 "I64d"
|
||||||
#else
|
#else
|
||||||
#define PRId64 "lld"
|
#define PRId64 "lld"
|
||||||
|
Reference in New Issue
Block a user