mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge branch 'Dev_Fix4Releases' into Dev_NewFeatures
This commit is contained in:
commit
f4c70aa29a
@ -65,7 +65,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1916)
|
||||
#if(_MSC_FULL_VER >= 191627024)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.2
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(2-3)
|
||||
#elif(_MSC_FULL_VER >= 191627023)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(0-1)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user