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

This commit is contained in:
LoRd_MuldeR 2018-07-13 20:12:38 +02:00
parent dece385274
commit e192387be4

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 <= 191426431))
#if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426433))
"MSVC 2017.7";
#else
#error Compiler version is not supported yet!