mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+rfc: some minor corrections on VC version infos
This commit is contained in:
parent
caaaaf20bd
commit
7bb4a57acb
@ -238,7 +238,7 @@
|
||||
#elif (_MSC_FULL_VER >= 191225831)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.5.2
|
||||
#elif (_MSC_FULL_VER >= 191225830)
|
||||
#define VER_CPL MS Visual C++ 2017 v15.5
|
||||
#define VER_CPL MS Visual C++ 2017 v15.5.(0-1)
|
||||
#else
|
||||
#define VER_CPL MS Visual C++ 2017 (version unknown)
|
||||
#endif
|
||||
@ -252,19 +252,21 @@
|
||||
#endif
|
||||
#elif (_MSC_VER == 1910)
|
||||
#if ((_MSC_FULL_VER >= 191025017) && (_MSC_FULL_VER <= 191025019))
|
||||
#define VER_CPL MS Visual C++ 2017 v15.2
|
||||
#define VER_CPL MS Visual C++ 2017 v15.(0-2)
|
||||
#else
|
||||
#define VER_CPL MS Visual C++ 2017 RC
|
||||
#endif
|
||||
#elif (_MSC_VER == 1900)
|
||||
#if (_MSC_FULL_VER == 190024210) || (_MSC_FULL_VER == 190024215)
|
||||
#if (_MSC_FULL_VER >= 190024210) || (_MSC_FULL_VER == 190024215)
|
||||
#define VER_CPL MS Visual C++ 2015 Update 3
|
||||
#elif (_MSC_FULL_VER == 190023918)
|
||||
#elif (_MSC_FULL_VER >= 190023918)
|
||||
#define VER_CPL MS Visual C++ 2015 Update 2
|
||||
#elif (_MSC_FULL_VER == 190023506)
|
||||
#elif (_MSC_FULL_VER >= 190023506)
|
||||
#define VER_CPL MS Visual C++ 2015 Update 1
|
||||
#elif (_MSC_FULL_VER == 190023506)
|
||||
#elif (_MSC_FULL_VER >= 190023506)
|
||||
#define VER_CPL MS Visual C++ 2015 Update 1
|
||||
#elif (_MSC_FULL_VER >= 190023026)
|
||||
#define VER_CPL MS Visual C++ 2015
|
||||
#else
|
||||
#define VER_CPL MS Visual C++ (version unknown)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user