Added support for Visual Studio 2017.8 (v15.8.8).
This commit is contained in:
parent
26f30c702e
commit
e96e437a1d
@ -68,7 +68,7 @@ namespace MUtils
|
|||||||
#endif
|
#endif
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#if (_MSC_VER == 1915)
|
#if (_MSC_VER == 1915)
|
||||||
#if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730))
|
#if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526732))
|
||||||
"MSVC 2017.8";
|
"MSVC 2017.8";
|
||||||
#else
|
#else
|
||||||
#error Compiler version is not supported yet!
|
#error Compiler version is not supported yet!
|
||||||
|
Loading…
Reference in New Issue
Block a user