From 29f82345dfcb88b1c24416a3dbdc126bfd2ef3db Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Jan 2003 22:28:26 +0000 Subject: [PATCH] set wxUSE_WIZARD to 1 by default now that it works (patch 663321) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 0f3bf313d9..2b559772bf 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -767,7 +767,7 @@ #define wxUSE_SPLASH 1 // wizards -#define wxUSE_WIZARDDLG 0 //? error '_wxArraywxArrayPages' redefinition +#define wxUSE_WIZARDDLG 1 // ---------------------------------------------------------------------------- // Metafiles support -- 2.45.2