Update wxMSW part of Platform Details overview

Just change minimal supported MSVS version from 2005 to 2015.
This commit is contained in:
PB 2022-11-01 19:05:32 +01:00 committed by Vadim Zeitlin
parent ebf807dcf5
commit a46e50b31d

View file

@ -84,7 +84,7 @@ In order to configure wxWidgets to compile wxX11 you will need to type:
wxMSW is a port of wxWidgets for the Windows platforms (Windows XP and later
are supported). wxMSW provides native look and feel for each Windows version.
This port can be compiled with several compilers including Microsoft
VC++ 2005 or later, MinGW, Cygwin as well as cross-compilation with a
VC++ 2015 or later, MinGW, Cygwin as well as cross-compilation with a
Linux-hosted MinGW tool chain.
@subpage plat_msw_install "Build and Install Instructions"