Added support for Visual Studio 2017.8 (v15.8.5).

This commit is contained in:
LoRd_MuldeR 2018-09-25 21:02:33 +02:00
parent 3db10fbae9
commit 6e737fa464

View File

@ -68,7 +68,7 @@ namespace MUtils
#endif
#elif defined(_MSC_VER)
#if (_MSC_VER == 1915)
#if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526726))
#if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730))
"MSVC 2017.8";
#else
#error Compiler version is not supported yet!