From: Vadim Zeitlin Date: Sun, 12 Jan 2003 22:28:26 +0000 (+0000) Subject: set wxUSE_WIZARD to 1 by default now that it works (patch 663321) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29f82345dfcb88b1c24416a3dbdc126bfd2ef3db?ds=inline 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 --- 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