From cfc82c757bb269947a509255dd66700605355510 Mon Sep 17 00:00:00 2001 From: thedmd Date: Sat, 4 May 2013 14:55:09 +0200 Subject: Update project to MSVC 2012. --- json-c/src/json_inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json-c/src/json_inttypes.h') diff --git a/json-c/src/json_inttypes.h b/json-c/src/json_inttypes.h index 55e5279..d34b11b 100644 --- a/json-c/src/json_inttypes.h +++ b/json-c/src/json_inttypes.h @@ -4,7 +4,7 @@ #include "json_config.h" -#if defined(_MSC_VER) && _MSC_VER < 1700 +#if defined(_MSC_VER) && _MSC_VER >= 1600 /* Anything less than Visual Studio C++ 10 is missing stdint.h and inttypes.h */ /* -- cgit v1.2.3