From 28432b562d881ec4be648b1ba6471f68d0ae2c6e Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 3 Nov 2015 09:56:19 +0100 Subject: [PATCH] Revert "stdint.h is available in VS2008 (1500)" --- src/stdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdint.hpp b/src/stdint.hpp index 9dfc8e14..955e2bc2 100644 --- a/src/stdint.hpp +++ b/src/stdint.hpp @@ -36,7 +36,7 @@ #include -#elif defined _MSC_VER && _MSC_VER < 1500 +#elif defined _MSC_VER && _MSC_VER < 1600 #ifndef int8_t typedef __int8 int8_t;