+ upd: version detection for VS2019 16.0.0 Preview 2.1

This commit is contained in:
Rainer Kottenhoff 2019-02-01 14:26:57 +01:00
parent e83fbcc747
commit 46b0a24878

View File

@ -65,9 +65,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192027305)
#define VER_CPL MS Visual C++ 2019 16.0.Prev 2.0
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 2.(0-1)
#elif(_MSC_FULL_VER >= 192027027)
#define VER_CPL MS Visual C++ 2019 16.0.Prev 1.0
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 1.0
#endif
#elif (_MSC_VER >= 1916)
#if(_MSC_FULL_VER >= 191627026)