diff options
author | thedmd <michcic@gmail.com> | 2013-05-04 14:55:09 +0200 |
---|---|---|
committer | thedmd <michcic@gmail.com> | 2013-05-04 14:55:09 +0200 |
commit | cfc82c757bb269947a509255dd66700605355510 (patch) | |
tree | ac5c1e45592a099225b6bc659b933f359daabe2f /json-c/src | |
parent | af328282c40ba685a84778a6bd6f3354f327dd4c (diff) | |
download | pianobar-windows-build-cfc82c757bb269947a509255dd66700605355510.tar.gz pianobar-windows-build-cfc82c757bb269947a509255dd66700605355510.tar.bz2 pianobar-windows-build-cfc82c757bb269947a509255dd66700605355510.zip |
Update project to MSVC 2012.
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 */ /* |