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

This commit is contained in:
LoRd_MuldeR 2019-10-09 20:19:10 +02:00
parent edc89121f9
commit 17b473a6ee

View File

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