Merge pull request #1073 from RaiKoHoff/Dev_UCHARDET

Update VS2019 Prev compiler tool-set update
This commit is contained in:
Rainer Kottenhoff 2019-03-21 00:31:00 +01:00 committed by GitHub
commit aa0c4a33b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= v192027404)
#if(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 4.3
#elif(_MSC_FULL_VER >= 192027404)
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 4.(0-2)
#elif(_MSC_FULL_VER >= 192027323)
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 3.0