mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: add version info for VS2017 v.15.5
This commit is contained in:
parent
a8d2a667c5
commit
7b562f9c82
@ -58,7 +58,11 @@
|
||||
|
||||
// Compiler specific
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1911)
|
||||
#if (_MSC_VER >= 1912)
|
||||
#if(_MSC_FULL_VER >= 191225830)
|
||||
#define VER_CPL "Microsoft Visual C++ 2017 Version 15.5"
|
||||
#endif
|
||||
#elif (_MSC_VER >= 1911)
|
||||
#if((_MSC_FULL_VER >= 191125542) && (_MSC_FULL_VER <= 191125547))
|
||||
#define VER_CPL "Microsoft Visual C++ 2017 Version 15.4"
|
||||
#elif((_MSC_FULL_VER >= 191125506) && (_MSC_FULL_VER <= 191125508))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user