/////////////////////////////////////////////////////////////////////////////
-// Name: imaggif.h
+// Name: wx/imagxpm.h
// Purpose: wxImage XPM handler
// Author: Vaclav Slavik
-// RCS-ID: $Id$
// Copyright: (c) 2001 Vaclav Slavik
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/image.h"
+#if wxUSE_XPM
//-----------------------------------------------------------------------------
// wxXPMHandler
//-----------------------------------------------------------------------------
-class WXDLLEXPORT wxXPMHandler : public wxImageHandler
+class WXDLLIMPEXP_CORE wxXPMHandler : public wxImageHandler
{
public:
inline wxXPMHandler()
DECLARE_DYNAMIC_CLASS(wxXPMHandler)
};
+#endif // wxUSE_XPM
-#endif
- // _WX_IMAGXPM_H_
-
+#endif // _WX_IMAGXPM_H_