]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagtiff.h
added ping location for IRIX
[wxWidgets.git] / include / wx / imagtiff.h
index 44e8c6fa6426e85036d7739db89eccadf96449d3..4c1a68cd43b7712776711de6b061deeffe738604 100644 (file)
 #pragma interface "imagtiff.h"
 #endif
 
+#include "wx/defs.h"
+
+//-----------------------------------------------------------------------------
+// wxTIFFHandler
+//-----------------------------------------------------------------------------
+
+#if wxUSE_LIBTIFF
+
 #include "wx/image.h"
 
 // defines for wxImage::SetOption
 #define wxIMAGE_OPTION_COMPRESSION                 wxString(_T("Compression"))
 #define wxIMAGE_OPTION_IMAGEDESCRIPTOR             wxString(_T("ImageDescriptor"))
 
-//-----------------------------------------------------------------------------
-// wxTIFFHandler
-//-----------------------------------------------------------------------------
-
-#if wxUSE_LIBTIFF
 class WXDLLEXPORT wxTIFFHandler: public wxImageHandler
 {
 public:
@@ -42,9 +45,8 @@ public:
 private:
     DECLARE_DYNAMIC_CLASS(wxTIFFHandler)
 };
-#endif
 
+#endif // wxUSE_LIBTIFF
 
-#endif
-  // _WX_IMAGTIFF_H_
+#endif // _WX_IMAGTIFF_H_