mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-20 21:13:25 +08:00
+ fix: VS2017 compiler version
This commit is contained in:
parent
112356682c
commit
761ebcfe12
@ -96,8 +96,10 @@
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1916)
|
||||
#if(_MSC_FULL_VER >= 191627032)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.14
|
||||
#if(_MSC_FULL_VER >= 191627034)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(16-17)
|
||||
#elif(_MSC_FULL_VER >= 191627032)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(14-15)
|
||||
#elif(_MSC_FULL_VER >= 191627031)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.9.(12-13)
|
||||
#elif(_MSC_FULL_VER >= 191627030)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user