mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ enh: version check for VS 2017 v.15.5.5
This commit is contained in:
parent
c473e1e9c6
commit
995dd2f53d
@ -59,7 +59,9 @@
|
||||
// Compiler specific
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1912)
|
||||
#if(_MSC_FULL_VER >= 191225834)
|
||||
#if(_MSC_FULL_VER >= 191225835)
|
||||
#define VER_CPL "Microsoft Visual C++ 2017 Ver. 15.5.5"
|
||||
#elif(_MSC_FULL_VER >= 191225834)
|
||||
#define VER_CPL "Microsoft Visual C++ 2017 Ver. 15.5.(3-4)"
|
||||
#elif(_MSC_FULL_VER >= 191225831)
|
||||
#define VER_CPL "Microsoft Visual C++ 2017 Ver. 15.5.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user