Added support for Visual Studio 2017.7 (v15.7.4).
This commit is contained in:
parent
7be6f3161e
commit
dece385274
@ -68,7 +68,7 @@ namespace MUtils
|
||||
#endif
|
||||
#elif defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1914)
|
||||
#if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426430))
|
||||
#if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426431))
|
||||
"MSVC 2017.7";
|
||||
#else
|
||||
#error Compiler version is not supported yet!
|
||||
|
Loading…
Reference in New Issue
Block a user