summaryrefslogtreecommitdiff
path: root/json-c/configured/json_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-c/configured/json_config.h')
-rw-r--r--json-c/configured/json_config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/json-c/configured/json_config.h b/json-c/configured/json_config.h
index 405fda2..00f55bb 100644
--- a/json-c/configured/json_config.h
+++ b/json-c/configured/json_config.h
@@ -1,3 +1,5 @@
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define JSON_C_HAVE_INTTYPES_H 1
+
+/* 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