#pragma hdrstop
#endif
+#if wxUSE_STC
#ifndef WX_PRECOMP
+ #include "wx/menu.h"
+ #include "wx/dcmemory.h"
+ #include "wx/settings.h"
#endif // WX_PRECOMP
#include <ctype.h>
#if wxUSE_POPUPWIN //-----------------------------------
-#include <wx/popupwin.h>
+#include "wx/popupwin.h"
//
#else // !wxUSE_POPUPWIN -----------------------------------
+#include "wx/frame.h"
// A normal window to place the wxSTCListBox upon, but make it behave as much
// like a wxPopupWindow as possible
}
#endif
+
+#endif // wxUSE_STC