]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.h
Compilo.
[wxWidgets.git] / src / stc / ScintillaWX.h
index 105343f240840a574d455d8055f8b35430ed02aa..cdad2be175a58fcdf9c2bee9a47614031862f2d6 100644 (file)
@@ -16,6 +16,7 @@
 
 #ifndef __ScintillaWX_h__
 #define __ScintillaWX_h__
+#include "wx/defs.h"
 
 //----------------------------------------------------------------------
 
 
 //----------------------------------------------------------------------
 
-#ifdef WXMAKINGDLL_STC
-    #define WXDLLIMPEXP_STC WXEXPORT
-#elif defined(WXUSINGDLL)
-    #define WXDLLIMPEXP_STC WXIMPORT
-#else // not making nor using DLL
-    #define WXDLLIMPEXP_STC
-#endif
 
+class WXDLLIMPEXP_CORE wxDC;
 class WXDLLIMPEXP_STC wxStyledTextCtrl;           // forward
 class ScintillaWX;