Merge pull request #1696 from hpwamr/mui

+ ver: VS2019 version update - VS 16.3.5
This commit is contained in:
Pairi Daiza 2019-10-16 23:35:23 +02:00 committed by GitHub
commit 037bf045d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1923)
#if(_MSC_FULL_VER >= 192328106)
#define VER_CPL MS Visual C++ 2019 v16.3.3
#define VER_CPL MS Visual C++ 2019 v16.3.(3-5)
#elif(_MSC_FULL_VER >= 192328105)
#define VER_CPL MS Visual C++ 2019 v16.3.(0-2)
#endif