Added support for Visual Studio 2015 with Update-3.

This commit is contained in:
LoRd_MuldeR 2016-09-17 20:36:05 +02:00
parent 69c4969083
commit 3c6a7b1745

View File

@ -73,6 +73,8 @@ namespace MUtils
static const char *const COMPILER_VERS = "MSVC 2015.1";
#elif (_MSC_FULL_VER == 190023918)
static const char *const COMPILER_VERS = "MSVC 2015.2";
#elif (_MSC_FULL_VER == 190024210)
static const char *const COMPILER_VERS = "MSVC 2015.3";
#else
#error Compiler version is not supported yet!
#endif