Added support for Visual Studio 2015 with Update-3.
This commit is contained in:
parent
69c4969083
commit
3c6a7b1745
@ -73,6 +73,8 @@ namespace MUtils
|
|||||||
static const char *const COMPILER_VERS = "MSVC 2015.1";
|
static const char *const COMPILER_VERS = "MSVC 2015.1";
|
||||||
#elif (_MSC_FULL_VER == 190023918)
|
#elif (_MSC_FULL_VER == 190023918)
|
||||||
static const char *const COMPILER_VERS = "MSVC 2015.2";
|
static const char *const COMPILER_VERS = "MSVC 2015.2";
|
||||||
|
#elif (_MSC_FULL_VER == 190024210)
|
||||||
|
static const char *const COMPILER_VERS = "MSVC 2015.3";
|
||||||
#else
|
#else
|
||||||
#error Compiler version is not supported yet!
|
#error Compiler version is not supported yet!
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user