OSDN Git Service

Added support for Visual Studio 2017.8 (v15.8.8).
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 24 Oct 2018 20:55:32 +0000 (22:55 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 24 Oct 2018 20:55:32 +0000 (22:55 +0200)
include/MUtils/Version.h

index a06f624..bfbd2f2 100644 (file)
@@ -68,7 +68,7 @@ namespace MUtils
                                        #endif
                                #elif defined(_MSC_VER)
                                        #if (_MSC_VER == 1915)
-                                               #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730))
+                                               #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526732))
                                                        "MSVC 2017.8";
                                                #else
                                                        #error Compiler version is not supported yet!