X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..d0f063020e6fb1b1a660952d0844071e0df24324:/include/wx/os2/pnghand.h diff --git a/include/wx/os2/pnghand.h b/include/wx/os2/pnghand.h index 666e909e4a..b7b53ea184 100644 --- a/include/wx/os2/pnghand.h +++ b/include/wx/os2/pnghand.h @@ -1,22 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: pnghand.h +// Name: wx/os2/pnghand.h // Purpose: PNG bitmap handler // Author: Julian Smart // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Microsoft, Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma interface "pnghand.h" -#endif - #ifndef _WX_PNGHAND_H_ #define _WX_PNGHAND_H_ -class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler +class WXDLLIMPEXP_CORE wxPNGFileHandler: public wxBitmapHandler { DECLARE_DYNAMIC_CLASS(wxPNGFileHandler) public: @@ -42,5 +38,4 @@ public: }; #endif - // _WX_PNGHAND_H_ - + // _WX_PNGHAND_H_