Merge pull request #3567 from hpwamr/mui

+ Upd: MS VS 2019 version update (v16.11.0)
This commit is contained in:
Pairi Daiza 2021-08-13 11:52:16 +02:00 committed by GitHub
commit 5ffd98c50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930040)
#if (_MSC_FULL_VER >= 192930133)
#define VER_CPL MS Visual C++ 2019 v16.11.0
#elif (_MSC_FULL_VER >= 192930040)
#define VER_CPL MS Visual C++ 2019 v16.10.4
#elif (_MSC_FULL_VER >= 192930038)
#define VER_CPL MS Visual C++ 2019 v16.10.3