// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKDCH__
#define __GTKDCH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
-class wxDC;
+class WXDLLIMPEXP_CORE wxDC;
//-----------------------------------------------------------------------------
// constants
// wxDC
//-----------------------------------------------------------------------------
-class wxDC : public wxDCBase
+class WXDLLIMPEXP_CORE wxDC : public wxDCBase
{
public:
wxDC();