Added support for Visual Studio 2019.11 (v16.11).
This commit is contained in:
parent
c6337d4ba0
commit
6482dbc52e
@ -68,7 +68,11 @@ namespace MUtils
|
||||
#endif
|
||||
#elif defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1929)
|
||||
"MSVC 2019.10";
|
||||
#if (_MSC_FULL_VER < 192930133)
|
||||
"MSVC 2019.10";
|
||||
#else
|
||||
"MSVC 2019.11";
|
||||
#endif
|
||||
#elif (_MSC_VER == 1928)
|
||||
#if (_MSC_FULL_VER < 192829910)
|
||||
"MSVC 2019.8";
|
||||
|
Loading…
Reference in New Issue
Block a user