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
This commit is contained in:
Vadim Zeitlin 2003-01-12 22:28:26 +00:00
parent 890741df89
commit 29f82345df

View File

@ -767,7 +767,7 @@
#define wxUSE_SPLASH 1
// wizards
#define wxUSE_WIZARDDLG 0 //? error '_wxArraywxArrayPages' redefinition
#define wxUSE_WIZARDDLG 1
// ----------------------------------------------------------------------------
// Metafiles support