mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_NewFeatures
This commit is contained in:
commit
efdac7d32b
@ -64,7 +64,9 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1916)
|
||||
#if(_MSC_FULL_VER >= 191627023)
|
||||
#if(_MSC_FULL_VER >= 191627024)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.2
|
||||
#elif(_MSC_FULL_VER >= 191627023)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER >= 1915)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user