Skip to content

Commit

Permalink
Merge pull request pocoproject#1082 from RangelReale/mscver
Browse files Browse the repository at this point in the history
* Add VS2015 platform
  • Loading branch information
aleks-f committed Dec 11, 2015
2 parents fd72980 + 132dc45 commit cfdf3e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Foundation/include/Poco/Platform_WIN32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit cfdf3e4

Please sign in to comment.