X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/658974ae667919850d1718af60591b40cb7a5954..20ea6894a2660c453c3255a66aa9f7e24cf97ec8:/src/common/imagall.cpp?ds=sidebyside diff --git a/src/common/imagall.cpp b/src/common/imagall.cpp index 451dee48d1..ed408ec1df 100644 --- a/src/common/imagall.cpp +++ b/src/common/imagall.cpp @@ -52,6 +52,9 @@ void wxInitAllImageHandlers() #if wxUSE_PCX wxImage::AddHandler( new wxPCXHandler ); #endif +#if wxUSE_IFF + wxImage::AddHandler( new wxIFFHandler ); +#endif #if wxUSE_XPM wxImage::AddHandler( new wxXPMHandler ); #endif