From: Vadim Zeitlin <vadim@wxwidgets.org> Date: Mon, 6 Aug 2001 12:13:48 +0000 (+0000) Subject: added wxUSE_SPLASH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47606d3612d048ea3f08368d83c67ba935e41a49 added wxUSE_SPLASH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 609c0322d1..4591583e2a 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -664,6 +664,9 @@ // number entry dialog #define wxUSE_NUMBERDLG 1 +// splash screen class +#define wxUSE_SPLASH 1 + // wizards #define wxUSE_WIZARDDLG 1