]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / stc / stc.h
index 10a2e656ab8d17c69f6c2509620e1e3d37b244e2..bd36f73a317ebe469b19a1767dfacce4df690456 100644 (file)
 
 class WXDLLIMPEXP_CORE wxScrollBar;
 
-#ifdef WXMAKINGDLL_STC
-    #define WXDLLIMPEXP_STC WXEXPORT
-#elif defined(WXUSINGDLL)
-    #define WXDLLIMPEXP_STC WXIMPORT
-#else // not making nor using DLL
-    #define WXDLLIMPEXP_STC
-#endif
-
-
 // SWIG can't handle "#if" type of conditionals, only "#ifdef"
 #ifdef SWIG
 #define STC_USE_DND 1