]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/pnghand.h
added RequestUserAttention
[wxWidgets.git] / include / wx / mac / carbon / pnghand.h
index 19271c4705e7e8881ac667613527e7bbc7b63c50..d700daad656d914813312557052f21b139742e47 100644 (file)
@@ -9,12 +9,16 @@
 // 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_