X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/633566f6ef1729066b478918d963762f90dbae37..50f1747a7c235f4fab5e07d29399a698a71e4aee:/src/stc/ScintillaWX.h diff --git a/src/stc/ScintillaWX.h b/src/stc/ScintillaWX.h index 105343f240..cdad2be175 100644 --- a/src/stc/ScintillaWX.h +++ b/src/stc/ScintillaWX.h @@ -16,6 +16,7 @@ #ifndef __ScintillaWX_h__ #define __ScintillaWX_h__ +#include "wx/defs.h" //---------------------------------------------------------------------- @@ -58,14 +59,8 @@ //---------------------------------------------------------------------- -#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;