Merge pull request #2997 from hpwamr/mui

+ upd: MS VS 2019 version update (v16.8.3)
This commit is contained in:
Pairi Daiza 2020-12-09 00:25:12 +01:00 committed by GitHub
commit fce9acb50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829334)
#if (_MSC_FULL_VER >= 192829335)
#define VER_CPL MS Visual C++ 2019 v16.8.3
#elif (_MSC_FULL_VER >= 192829334)
#define VER_CPL MS Visual C++ 2019 v16.8.2
#elif (_MSC_FULL_VER >= 192829333)
#define VER_CPL MS Visual C++ 2019 v16.8.1