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

This commit is contained in:
LoRd_MuldeR 2019-07-14 15:23:52 +02:00
parent 4eb219481a
commit 7af7321266

View File

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