Add some "USE" defs that were missing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-01-04 13:35:23 +00:00
parent db434467a1
commit f21a7f94fc
2 changed files with 6 additions and 0 deletions

View File

@@ -259,6 +259,9 @@
// wxStatusBar class
#define wxUSE_STATUSBAR 1
// wxSpinCtrl class
#define wxUSE_SPINCTRL 1
// progress dialog class for lengthy operations
#define wxUSE_PROGRESSDLG 1