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

json: mingw knows about int64_t

parent 19075b6e
......@@ -36,12 +36,8 @@
#endif
#ifndef json_int_t
#ifndef _WIN32
#include <inttypes.h>
#define json_int_t int64_t
#else
#define json_int_t __int64
#endif
#include <inttypes.h>
#define json_int_t int64_t
#endif
#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