From 47606d3612d048ea3f08368d83c67ba935e41a49 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Aug 2001 12:13:48 +0000 Subject: [PATCH] added wxUSE_SPLASH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.49.0