mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2997 from hpwamr/mui
+ upd: MS VS 2019 version update (v16.8.3)
This commit is contained in:
commit
fce9acb50e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user