From a46e50b31d6f071137dd8a8a15c52defe0e76435 Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 1 Nov 2022 19:05:32 +0100 Subject: [PATCH] Update wxMSW part of Platform Details overview Just change minimal supported MSVS version from 2005 to 2015. --- docs/doxygen/mainpages/platdetails.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/mainpages/platdetails.h b/docs/doxygen/mainpages/platdetails.h index b8f9389b84..edf0da026b 100644 --- a/docs/doxygen/mainpages/platdetails.h +++ b/docs/doxygen/mainpages/platdetails.h @@ -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"