Merge pull request #3173 from hpwamr/mui

+ Upd: MS VS 2019 version update (v16.9.0)
This commit is contained in:
Pairi Daiza 2021-03-03 15:24:31 +01:00 committed by GitHub
commit d3ed2c7e87
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 >= 192829337)
#if (_MSC_FULL_VER >= 192829910)
#define VER_CPL MS Visual C++ 2019 v16.9.0
#elif (_MSC_FULL_VER >= 192829337)
#define VER_CPL MS Visual C++ 2019 v16.8.(5-6)
#elif (_MSC_FULL_VER >= 192829336)
#define VER_CPL MS Visual C++ 2019 v16.8.4