mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #886 from RaiKoHoff/Dev_Fixes4Release
VS2017 (v.15.9.5) version info
This commit is contained in:
commit
d2b7fcfe39
@ -68,7 +68,9 @@
|
||||
#define VER_CPL MS Visual C++ 2019 16.0.0_Prev
|
||||
#endif
|
||||
#elif (_MSC_VER >= 1916)
|
||||
#if(_MSC_FULL_VER >= 191627025)
|
||||
#if(_MSC_FULL_VER >= 191627026)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.5
|
||||
#elif(_MSC_FULL_VER >= 191627025)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.4
|
||||
#elif(_MSC_FULL_VER >= 191627024)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(2-3)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user