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

This commit is contained in:
LoRd_MuldeR 2018-06-03 15:37:22 +02:00
parent 31a4fe3b87
commit 7be6f3161e

View File

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