X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe9308c639e9738796028b56c40c58f2e8a648de..8d0a7b563acf4bd7e75824ba2076a7ab4d81a650:/include/wx/imagtiff.h diff --git a/include/wx/imagtiff.h b/include/wx/imagtiff.h index 44e8c6fa64..4c1a68cd43 100644 --- a/include/wx/imagtiff.h +++ b/include/wx/imagtiff.h @@ -14,6 +14,14 @@ #pragma interface "imagtiff.h" #endif +#include "wx/defs.h" + +//----------------------------------------------------------------------------- +// wxTIFFHandler +//----------------------------------------------------------------------------- + +#if wxUSE_LIBTIFF + #include "wx/image.h" // defines for wxImage::SetOption @@ -22,11 +30,6 @@ #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_