Added support for Visual Studio 2019.6 (v16.6).
This commit is contained in:
parent
b3a4c34e1f
commit
e521199015
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user