+ fix: VS2017 compiler version

This commit is contained in:
Rainer Kottenhoff 2019-11-19 15:20:57 +01:00
parent 112356682c
commit 761ebcfe12

View File

@ -96,8 +96,10 @@
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
#endif
#elif (_MSC_VER == 1916)
#if(_MSC_FULL_VER >= 191627032)
#define VER_CPL MS Visual C++ 2017 v15.9.14
#if(_MSC_FULL_VER >= 191627034)
#define VER_CPL MS Visual C++ 2017 v15.9.(16-17)
#elif(_MSC_FULL_VER >= 191627032)
#define VER_CPL MS Visual C++ 2017 v15.9.(14-15)
#elif(_MSC_FULL_VER >= 191627031)
#define VER_CPL MS Visual C++ 2017 v15.9.(12-13)
#elif(_MSC_FULL_VER >= 191627030)