mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3611 from hpwamr/mui
+ Upd: MS VS 2019 version update (v16.11.2)
This commit is contained in:
commit
a06f450dfe
@ -78,7 +78,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1929)
|
||||
#if (_MSC_FULL_VER >= 192930133)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.(0-1)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.(0-2)
|
||||
#elif (_MSC_FULL_VER >= 192930040)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.10.4
|
||||
#elif (_MSC_FULL_VER >= 192930038)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user