Added support for Visual Studio 2017.6 (v15.6.6).

This commit is contained in:
LoRd_MuldeR 2018-04-13 18:55:55 +02:00
parent d0a8249508
commit 9867e7ea4c

View File

@ -68,7 +68,7 @@ namespace MUtils
#endif
#elif defined(_MSC_VER)
#if (_MSC_VER == 1913)
#if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326129))
#if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326131))
"MSVC 2017.6";
#else
#error Compiler version is not supported yet!