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

This commit is contained in:
LoRd_MuldeR 2018-04-28 14:46:28 +02:00
parent a9f2eeb3be
commit 2c95becf74

View File

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