Commit 672dd79c authored by Rafaël Carré's avatar Rafaël Carré

json: mingw knows about int64_t

parent 19075b6e
...@@ -36,12 +36,8 @@ ...@@ -36,12 +36,8 @@
#endif #endif
#ifndef json_int_t #ifndef json_int_t
#ifndef _WIN32 #include <inttypes.h>
#include <inttypes.h> #define json_int_t int64_t
#define json_int_t int64_t
#else
#define json_int_t __int64
#endif
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment