summaryrefslogtreecommitdiff
path: root/json-c/src/json_config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'json-c/src/json_config.h.win32')
-rw-r--r--json-c/src/json_config.h.win325
1 files changed, 5 insertions, 0 deletions
diff --git a/json-c/src/json_config.h.win32 b/json-c/src/json_config.h.win32
new file mode 100644
index 0000000..00f55bb
--- /dev/null
+++ b/json-c/src/json_config.h.win32
@@ -0,0 +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