git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21270
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#pragma hdrstop
#endif
-#if !wxUSE_GUI
- #error "This file can't be compiled without GUI!"
-#endif
-
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/button.h"
#endif // !(wxUSE_LOGGUI || wxUSE_LOGWINDOW)
-#if wxUSE_LOG && wxUSE_GUI && wxUSE_TEXTCTRL
+#if wxUSE_LOG && wxUSE_TEXTCTRL
// ----------------------------------------------------------------------------
// wxLogTextCtrl implementation
m_pTextCtrl->AppendText(msg);
}
-#endif // wxUSE_LOG && wxUSE_GUI && wxUSE_TEXTCTRL
+#endif // wxUSE_LOG && wxUSE_TEXTCTRL
-// vi:sts=4:sw=4:et