Added support for VS2022 Update-6.
This commit is contained in:
parent
6b552800e4
commit
0eb3b32c1f
@ -67,7 +67,11 @@ namespace MUtils
|
||||
#error Compiler is not supported!
|
||||
#endif
|
||||
#elif defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1932)
|
||||
#if (_MSC_VER == 1936)
|
||||
"MSVC 2022.6";
|
||||
#elif (_MSC_VER == 1933)
|
||||
"MSVC 2022.3";
|
||||
#elif (_MSC_VER == 1932)
|
||||
"MSVC 2022.2";
|
||||
#elif (_MSC_VER == 1931)
|
||||
"MSVC 2022.1";
|
||||
|
Loading…
Reference in New Issue
Block a user