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

This commit is contained in:
LoRd_MuldeR 2018-10-24 22:55:32 +02:00
parent 26f30c702e
commit e96e437a1d

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 <= 191526730))
#if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526732))
"MSVC 2017.8";
#else
#error Compiler version is not supported yet!