X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43543d985b04d065178df50dbbc998786ff97282..c099b53353ec8c689681a1bc8f5117a584e4098d:/include/wx/os2/pnghand.h diff --git a/include/wx/os2/pnghand.h b/include/wx/os2/pnghand.h index d95875f12b..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: wxWindows 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: @@ -29,6 +25,7 @@ public: virtual bool LoadFile( wxBitmap* pBitmap ,const wxString& rName + ,HPS hPs ,long lFlags ,int nDesiredWidth ,int nDesiredHeight @@ -41,5 +38,4 @@ public: }; #endif - // _WX_PNGHAND_H_ - + // _WX_PNGHAND_H_