mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ upd: MSVC toolset version number
This commit is contained in:
parent
5634894566
commit
a69ee17a25
@ -72,7 +72,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1922)
|
||||
#if(_MSC_FULL_VER >= 192227905)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.2.(0-2)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.2.(0-3)
|
||||
#endif
|
||||
#elif (_MSC_VER >= 1921)
|
||||
#if(_MSC_FULL_VER >= 192127702)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user