Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_NewFeatures

This commit is contained in:
Rainer Kottenhoff 2018-11-20 09:32:45 +01:00
commit efdac7d32b

View File

@ -64,7 +64,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1916)
#if(_MSC_FULL_VER >= 191627023)
#if(_MSC_FULL_VER >= 191627024)
#define VER_CPL MS Visual C++ 2017 v15.9.2
#elif(_MSC_FULL_VER >= 191627023)
#define VER_CPL MS Visual C++ 2017 v15.9.(0-1)
#endif
#elif (_MSC_VER >= 1915)