Added support for Visual Studio 2017.9 (v15.9.21).

This commit is contained in:
LoRd_MuldeR 2020-03-28 17:17:31 +01:00
parent 8c866a6027
commit ad7d280f22

View File

@ -98,7 +98,7 @@ namespace MUtils
#error Compiler version is not supported yet!
#endif
#elif (_MSC_VER == 1916)
#if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627034))
#if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627038))
"MSVC 2017.9";
#else
#error Compiler version is not supported yet!