#ifndef __stc_h__
#define __stc_h__
+#include "wx/defs.h"
-#include "wx/wx.h"
-#include "wx/dnd.h"
-
+#if wxUSE_STC
-#ifdef WXMAKINGDLL_STC
- #define WXDLLIMPEXP_STC WXEXPORT
-#elif defined(WXUSINGDLL)
- #define WXDLLIMPEXP_STC WXIMPORT
-#else // not making nor using DLL
- #define WXDLLIMPEXP_STC
-#endif
+#include "wx/control.h"
+#include "wx/dnd.h"
+#include "wx/stopwatch.h"
+class WXDLLIMPEXP_CORE wxScrollBar;
// SWIG can't handle "#if" type of conditionals, only "#ifdef"
#ifdef SWIG
//----------------------------------------------------------------------
#endif
-
+#endif // wxUSE_STC