diff --git a/stdcpp.h b/stdcpp.h index 919e7b53..ee242ada 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -46,9 +46,9 @@ namespace std { #include // uintptr_t and ptrdiff_t -#if (__cplusplus < 201103L) && (!defined(_MSC_VER) || (_MSC_VER >= 1400)) +#if (__cplusplus < 201103L) && (!defined(_MSC_VER) || (_MSC_VER >= 1600)) # include -#elif defined(_MSC_VER) && (_MSC_VER < 1400) +#elif defined(_MSC_VER) && (_MSC_VER < 1600) # include #endif