#if wxUSE_HELP
#include "wx/help.h"
+
+#if wxUSE_BMPBUTTON
#include "wx/bmpbuttn.h"
+#endif
// ----------------------------------------------------------------------------
// classes used to implement context help UI
DECLARE_DYNAMIC_CLASS(wxContextHelp)
};
+#if wxUSE_BMPBUTTON
/*
* wxContextHelpButton
* You can add this to your dialogs (especially on non-Windows platforms)
DECLARE_EVENT_TABLE()
};
+#endif
+
// ----------------------------------------------------------------------------
// classes used to implement context help support
// ----------------------------------------------------------------------------