X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..90b78a567f3271fede518e42de3f90eef10a3fdb:/include/wx/mac/carbon/pnghand.h diff --git a/include/wx/mac/carbon/pnghand.h b/include/wx/mac/carbon/pnghand.h index 0dab2fa1a6..d700daad65 100644 --- a/include/wx/mac/carbon/pnghand.h +++ b/include/wx/mac/carbon/pnghand.h @@ -6,15 +6,19 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifndef _WX_PNGHAND_H_ +#define _WX_PNGHAND_H_ + #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "pnghand.h" #endif -#ifndef _WX_PNGHAND_H_ -#define _WX_PNGHAND_H_ +#include "wx/defs.h" + +#if wxUSE_LIBPNG class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler { @@ -32,6 +36,8 @@ public: virtual bool SaveFile(const wxBitmap *bitmap, const wxString& name, int type, const wxPalette *palette = NULL); }; +#endif //wxUSE_LIBPNG + #endif // _WX_PNGHAND_H_