Added support for Visual Studio 2019.6 (v16.6).

This commit is contained in:
LoRd_MuldeR 2020-05-20 22:19:50 +02:00
parent b3a4c34e1f
commit e521199015

View File

@ -67,7 +67,9 @@ namespace MUtils
#error Compiler is not supported! #error Compiler is not supported!
#endif #endif
#elif defined(_MSC_VER) #elif defined(_MSC_VER)
#if (_MSC_VER == 1925) #if (_MSC_VER == 1926)
"MSVC 2019.6";
#elif (_MSC_VER == 1925)
"MSVC 2019.5"; "MSVC 2019.5";
#elif (_MSC_VER == 1924) #elif (_MSC_VER == 1924)
"MSVC 2019.4"; "MSVC 2019.4";