]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagiff.h
only define globals when wxUSE_BASE to avoid duplicate definitions in wxBase and...
[wxWidgets.git] / include / wx / imagiff.h
index 3591d7570e3e54e0cf368783dc17e2335fcdfad7..61a54fbc4d440b48c7117c6f57ade7920e1f57ae 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_IMAGE_IFF_H_
 #define _WX_IMAGE_IFF_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "imagiff.h"
 #endif
 
@@ -34,8 +34,8 @@ public:
     }
 
 #if wxUSE_STREAMS
-    virtual bool LoadFile(wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=-1);
-    virtual bool SaveFile(wxImage *image, wxOutputStream& stream, bool verbose=TRUE);
+    virtual bool LoadFile(wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1);
+    virtual bool SaveFile(wxImage *image, wxOutputStream& stream, bool verbose=true);
     virtual bool DoCanRead(wxInputStream& stream);
 #endif