diff --git a/Foundation/include/Poco/Platform_WIN32.h b/Foundation/include/Poco/Platform_WIN32.h index a720d918a..468b8911c 100644 --- a/Foundation/include/Poco/Platform_WIN32.h +++ b/Foundation/include/Poco/Platform_WIN32.h @@ -57,6 +57,9 @@ #elif (_MSC_VER >= 1800) && (_MSC_VER < 1900) // Visual Studio 2013, MSVC++ 12.0 #define POCO_MSVS_VERSION 2013 #define POCO_MSVC_VERSION 120 +#elif (_MSC_VER >= 1900) && (_MSC_VER < 2000) // Visual Studio 2015, MSVC++ 14.0 + #define POCO_MSVS_VERSION 2015 + #define POCO_MSVC_VERSION 140 #endif