X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8faef7ccbc4b4e192da06de7e1a2a7f1dff7ec91..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/include/wx/imagtiff.h?ds=inline diff --git a/include/wx/imagtiff.h b/include/wx/imagtiff.h index 4beb66c6ce..734bef514c 100644 --- a/include/wx/imagtiff.h +++ b/include/wx/imagtiff.h @@ -21,10 +21,10 @@ #include "wx/image.h" // defines for wxImage::SetOption -#define wxIMAGE_OPTION_BITSPERSAMPLE wxString(_T("BitsPerSample")) -#define wxIMAGE_OPTION_SAMPLESPERPIXEL wxString(_T("SamplesPerPixel")) -#define wxIMAGE_OPTION_COMPRESSION wxString(_T("Compression")) -#define wxIMAGE_OPTION_IMAGEDESCRIPTOR wxString(_T("ImageDescriptor")) +#define wxIMAGE_OPTION_BITSPERSAMPLE wxString(wxT("BitsPerSample")) +#define wxIMAGE_OPTION_SAMPLESPERPIXEL wxString(wxT("SamplesPerPixel")) +#define wxIMAGE_OPTION_COMPRESSION wxString(wxT("Compression")) +#define wxIMAGE_OPTION_IMAGEDESCRIPTOR wxString(wxT("ImageDescriptor")) class WXDLLIMPEXP_CORE wxTIFFHandler: public wxImageHandler {