summaryrefslogtreecommitdiff
path: root/json_config.h.win32
blob: 9c542a40863e2a7bb1a36b0d5e452d94b893dcbd (plain)
1
2
3
4
5

/* Define to 1 if you have the <inttypes.h> header file. */
#if defined(_MSC_VER) && _MSC_VER >= 1800
#define JSON_C_HAVE_INTTYPES_H 1
#endif