]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
the same event handler class, not object, can be used with multiple windows (patch...
[wxWidgets.git] / src / stc / stc.h.in
index 9dd1d5dfbdd2187d3ff12bbbc27245fb342bea8c..66686107c98f748e07d7278db418e6a5030a633f 100644 (file)
 #ifndef __stc_h__
 #define __stc_h__
 
+#include "wx/defs.h"
 
-#include "wx/wx.h"
+#if wxUSE_STC
+
+#include "wx/control.h"
 #include "wx/dnd.h"
+#include "wx/stopwatch.h"
 
+class WXDLLIMPEXP_CORE wxScrollBar;
 
 #ifdef WXMAKINGDLL_STC
     #define WXDLLIMPEXP_STC WXEXPORT
@@ -539,4 +544,4 @@ inline const wxWX2MBbuf wx2stc(const wxString& str) {
 //----------------------------------------------------------------------
 #endif
 
-
+#endif // wxUSE_STC