OSDN Git Service

Added support for Visual Studio 2017.9 (v15.9.14).
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 14 Jul 2019 13:23:52 +0000 (15:23 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 14 Jul 2019 13:23:52 +0000 (15:23 +0200)
include/MUtils/Version.h

index d308cd0..6ab6ca3 100644 (file)
@@ -80,7 +80,7 @@ namespace MUtils
                                                        #error Compiler version is not supported yet!
                                                #endif
                                        #elif (_MSC_VER == 1916)
                                                        #error Compiler version is not supported yet!
                                                #endif
                                        #elif (_MSC_VER == 1916)
-                                               #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627031))
+                                               #if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627032))
                                                        "MSVC 2017.9";
                                                #else
                                                        #error Compiler version is not supported yet!
                                                        "MSVC 2017.9";
                                                #else
                                                        #error Compiler version is not supported yet!