mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ver: VS2019 version update - VS 16.4.2
This commit is contained in:
parent
aae99d639b
commit
d903e7d066
@ -75,7 +75,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1924)
|
||||
#if(_MSC_FULL_VER >= 192428314)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.4.(0-1)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.4.(0-2)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1923)
|
||||
#if(_MSC_FULL_VER >= 192328107)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user