X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..2c4c6c4abfcf4e3354357d57b2b5a137dd0a4544:/include/wx/msw/pnghand.h diff --git a/include/wx/msw/pnghand.h b/include/wx/msw/pnghand.h index 2b588b35ff..373ab863d0 100644 --- a/include/wx/msw/pnghand.h +++ b/include/wx/msw/pnghand.h @@ -6,13 +6,16 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Microsoft, Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ #pragma interface "pnghand.h" #endif +#ifndef _WX_PNGHAND_H_ +#define _WX_PNGHAND_H_ + class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler { DECLARE_DYNAMIC_CLASS(wxPNGFileHandler) @@ -29,3 +32,6 @@ public: virtual bool SaveFile(wxBitmap *bitmap, const wxString& name, int type, const wxPalette *palette = NULL); }; +#endif + // _WX_PNGHAND_H_ +