Added support for Visual Studio 2017.7 (v15.7.4).

This commit is contained in:
LoRd_MuldeR 2018-07-06 16:43:34 +02:00
parent 7be6f3161e
commit dece385274

View File

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