Added support for Visual Studio 2015 with Update-1.
This commit is contained in:
parent
d17c45e592
commit
b257f11e88
@ -69,6 +69,8 @@ namespace MUtils
|
|||||||
#if (_MSC_VER == 1900)
|
#if (_MSC_VER == 1900)
|
||||||
#if (_MSC_FULL_VER == 190023026)
|
#if (_MSC_FULL_VER == 190023026)
|
||||||
static const char *const COMPILER_VERS = "MSVC 2015";
|
static const char *const COMPILER_VERS = "MSVC 2015";
|
||||||
|
#elif (_MSC_FULL_VER == 190023506)
|
||||||
|
static const char *const COMPILER_VERS = "MSVC 2015.1";
|
||||||
#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