Added support for Visual Studio 2019.4 (v16.4).
This commit is contained in:
parent
4ba5510d6e
commit
8c866a6027
@ -67,7 +67,13 @@ 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 == 1923)
|
#if (_MSC_VER == 1924)
|
||||||
|
#if((_MSC_FULL_VER >= 192428314) && (_MSC_FULL_VER <= 192428314))
|
||||||
|
"MSVC 2019.4";
|
||||||
|
#else
|
||||||
|
#error Compiler version is not supported yet!
|
||||||
|
#endif
|
||||||
|
#elif (_MSC_VER == 1923)
|
||||||
#if((_MSC_FULL_VER >= 192328105) && (_MSC_FULL_VER <= 192328105))
|
#if((_MSC_FULL_VER >= 192328105) && (_MSC_FULL_VER <= 192328105))
|
||||||
"MSVC 2019.3";
|
"MSVC 2019.3";
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user