OSDN Git Service

Added support for Visual Studio 2017.9 (v15.9.21).
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 28 Mar 2020 16:17:31 +0000 (17:17 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 28 Mar 2020 16:17:31 +0000 (17:17 +0100)
include/MUtils/Version.h

index 73e8c72..6f22dfc 100644 (file)
@@ -98,7 +98,7 @@ namespace MUtils
                                                        #error Compiler version is not supported yet!
                                                #endif
                                        #elif (_MSC_VER == 1916)
-                                               #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627034))
+                                               #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627038))
                                                        "MSVC 2017.9";
                                                #else
                                                        #error Compiler version is not supported yet!