diff --git a/lib/Utils/PlatformWin.cpp b/lib/Utils/PlatformWin.cpp index 0511d9e7..0e9200bb 100644 --- a/lib/Utils/PlatformWin.cpp +++ b/lib/Utils/PlatformWin.cpp @@ -384,7 +384,7 @@ static int GetVisualStudioVersionCompiledWith() { return 15; #elif (_MSC_VER < 1930) return 16; -#elif (_MSC_VER < 1940) +#elif (_MSC_VER < 1950) return 17; #else #error "Unsupported/Untested _MSC_VER"