diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index 6462731d18..5a2f6e2434 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -76,8 +76,10 @@ #define wxCOMPILER_PREFIX vc140 #elif _MSC_VER >= 1910 && _MSC_VER < 1920 #define wxCOMPILER_PREFIX vc141 - #elif _MSC_VER >= 1920 && _MSC_VER < 2000 + #elif _MSC_VER >= 1920 && _MSC_VER < 1930 #define wxCOMPILER_PREFIX vc142 + #elif _MSC_VER >= 1930 && _MSC_VER < 2000 + #define wxCOMPILER_PREFIX vc143 #else #error "Unknown MSVC 14.x compiler version, please report to wx-dev." #endif