mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ ver: VS2019 version update - VS 16.6.3
This commit is contained in:
parent
e9f1f3266a
commit
b0f7a6fa28
@ -75,7 +75,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1926)
|
||||
#if(_MSC_FULL_VER >= 192628806)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.6.(1-2)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.6.(1-3)
|
||||
#elif(_MSC_FULL_VER >= 192628805)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.6.0
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user