diff options
Diffstat (limited to 'json-c/src')
-rw-r--r-- | json-c/src/json_inttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ /* |