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:
James Myatt
2015-03-04 10:45:33 +00:00
parent 68d856f618
commit a74f6b2867
3 changed files with 26 additions and 13 deletions
+2
View File
@@ -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