X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43543d985b04d065178df50dbbc998786ff97282..28dd9a9d035b5435897d626d1b57b4308daa0371:/include/wx/os2/pnghand.h?ds=sidebyside diff --git a/include/wx/os2/pnghand.h b/include/wx/os2/pnghand.h index d95875f12b..69a9a47890 100644 --- a/include/wx/os2/pnghand.h +++ b/include/wx/os2/pnghand.h @@ -1,18 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// -// 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_ @@ -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_