]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
added inline plural form of wxGetTranslation to wxUSE_INTL=0 case for use with non...
[wxWidgets.git] / include / wx / stc / stc.h
index a48accc7f414b76ef965ff2c62c14c8b195bafa8..bd36f73a317ebe469b19a1767dfacce4df690456 100644 (file)
 #ifndef __stc_h__
 #define __stc_h__
 
 #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
 
 // SWIG can't handle "#if" type of conditionals, only "#ifdef"
 #ifdef SWIG
@@ -3618,4 +3614,4 @@ inline const wxWX2MBbuf wx2stc(const wxString& str) {
 //----------------------------------------------------------------------
 #endif
 
 //----------------------------------------------------------------------
 #endif
 
-
+#endif // wxUSE_STC