mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-02 05:46:22 +01:00
* Add VS2015 platform
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user