OSDN Git Service

Added support for Visual Studio 2017.9 (v15.9.4).
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 5 Jan 2019 15:27:27 +0000 (16:27 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 5 Jan 2019 15:27:27 +0000 (16:27 +0100)
include/MUtils/Version.h

index b810b34..7b1462f 100644 (file)
@@ -68,7 +68,7 @@ namespace MUtils
                                        #endif
                                #elif defined(_MSC_VER)
                                        #if (_MSC_VER == 1916)
-                                               #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627024))
+                                               #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627025))
                                                        "MSVC 2017.9";
                                                #else
                                                        #error Compiler version is not supported yet!