#ifndef __GTKPENH__
#define __GTKPENH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
// classes
//-----------------------------------------------------------------------------
-class wxPen;
+class WXDLLIMPEXP_CORE wxPen;
#if defined(__WXGTK127__) || defined(__WXGTK20__)
typedef gint8 wxGTKDash;
// wxPen
//-----------------------------------------------------------------------------
-class wxPen: public wxGDIObject
+class WXDLLIMPEXP_CORE wxPen: public wxGDIObject
{
public:
wxPen() { }