mirror of
https://github.com/json-c/json-c.git
synced 2026-04-11 16:29:06 +08:00
Updated config for vs2010/winsdk71 as well as vs2013
Define JSON_C_HAVE_INTTYPES_H in json_config.h.win32 only
This commit is contained in:
@@ -1,3 +1,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
|
||||
|
||||
Reference in New Issue
Block a user