From 4671aadcead000d9d8e6244695dbb0862c5a4ff4 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Tue, 6 Feb 2018 22:09:32 +0100 Subject: [PATCH] Fixed compilation with latest VS2017. --- include/MUtils/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index 4d87c0c..8bfd9e5 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -68,7 +68,7 @@ namespace MUtils #endif #elif defined(_MSC_VER) #if (_MSC_VER == 1912) - #if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225834)) + #if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225835)) "MSVC 2017.5"; #else #error Compiler version is not supported yet!