OSDN Git Service

Added support for Visual Studio 2017.6 (v15.6).
authorLoRd_MuldeR <mulder2@gmx.de>
Fri, 9 Mar 2018 22:24:21 +0000 (23:24 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Fri, 9 Mar 2018 22:24:21 +0000 (23:24 +0100)
include/MUtils/Version.h

index 8bfd9e5..9c6d11d 100644 (file)
@@ -67,7 +67,13 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1912)
+                                       #if (_MSC_VER == 1913)
+                                               #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326128))
+                                                       "MSVC 2017.6";
+                                               #else
+                                                       #error Compiler version is not supported yet!
+                                               #endif
+                                       #elif (_MSC_VER == 1912)
                                                #if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225835))
                                                        "MSVC 2017.5";
                                                #else
                                                #if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225835))
                                                        "MSVC 2017.5";
                                                #else