mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ ver: VS2019 version update - VS 16.7.0
This commit is contained in:
parent
584ac8c883
commit
ee7c995263
@ -73,7 +73,11 @@
|
||||
#undef VER_CPL
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1926)
|
||||
#if (_MSC_VER == 1927)
|
||||
#if(_MSC_FULL_VER >= 192729110)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.7.0
|
||||
#endif
|
||||
#elif (_MSC_VER == 1926)
|
||||
#if(_MSC_FULL_VER >= 192628806)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.6.(1-5)
|
||||
#elif(_MSC_FULL_VER >= 192628805)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user