mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ upd: MS VS 2019 version update (v16.7.7)
This commit is contained in:
parent
bdbccee749
commit
01a782aa8d
@ -75,7 +75,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1927)
|
||||
#if(_MSC_FULL_VER >= 192729112)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.7.(5-6)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.7.(5-7)
|
||||
#elif(_MSC_FULL_VER >= 192729111)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.7.(1-4)
|
||||
#elif(_MSC_FULL_VER >= 192729110)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user