diff --git a/include/nana/c++defines.hpp b/include/nana/c++defines.hpp index bd39a822..ecc5079c 100644 --- a/include/nana/c++defines.hpp +++ b/include/nana/c++defines.hpp @@ -102,7 +102,7 @@ #define _CRT_SECURE_NO_DEPRECATE #pragma warning(disable : 4996) - #if (_MSC_VER == 1900) + #if (_MSC_VER >= 1900) // google: break any code that tries to use codecvt or codecvt. // google: It appears the C++ libs haven't been compiled with native char16_t/char32_t support. // google: Those definitions are for codecvt::id, codecvt::id and codecvt::id respectively.