Added wxUSE_RICHTEXT guard

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-10-21 07:10:48 +00:00
parent cca20a649c
commit 5c6e84b696

View File

@ -16,19 +16,15 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#if wxUSE_RICHTEXT
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/wx.h" #include "wx/wx.h"
#endif #endif
////@begin includes
////@end includes
#include "wx/richtext/richtextstyledlg.h" #include "wx/richtext/richtextstyledlg.h"
#include "wx/richtext/richtextformatdlg.h" #include "wx/richtext/richtextformatdlg.h"
////@begin XPM images
////@end XPM images
/*! /*!
* wxRichTextStyleOrganiserDialog type definition * wxRichTextStyleOrganiserDialog type definition
*/ */
@ -855,3 +851,7 @@ void wxRichTextStyleOrganiserDialog::OnListSelection(wxCommandEvent& event)
else else
event.Skip(); event.Skip();
} }
#endif
// wxUSE_RICHTEXT