]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
add wxUSE_STC wrappers
[wxWidgets.git] / include / wx / stc / stc.h
index a48accc7f414b76ef965ff2c62c14c8b195bafa8..10a2e656ab8d17c69f6c2509620e1e3d37b244e2 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
@@ -3618,4 +3623,4 @@ inline const wxWX2MBbuf wx2stc(const wxString& str) {
 //----------------------------------------------------------------------
 #endif
 
-
+#endif // wxUSE_STC