OSDN Git Service

Added support for Visual Studio 2017.9 (v15.9.16).
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 9 Oct 2019 18:19:10 +0000 (20:19 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 9 Oct 2019 18:19:10 +0000 (20:19 +0200)
include/MUtils/Version.h

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