]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagall.cpp
don't write the strings to the stream one char at a time, it's *horribly* slow
[wxWidgets.git] / src / common / imagall.cpp
index 451dee48d11c5163c372451709478ef1eeddb55f..ed408ec1dfebae8e66f9cd948c89e2aa707891db 100644 (file)
@@ -52,6 +52,9 @@ void wxInitAllImageHandlers()
 #if wxUSE_PCX
   wxImage::AddHandler( new wxPCXHandler );
 #endif
 #if wxUSE_PCX
   wxImage::AddHandler( new wxPCXHandler );
 #endif
+#if wxUSE_IFF
+  wxImage::AddHandler( new wxIFFHandler );
+#endif
 #if wxUSE_XPM
   wxImage::AddHandler( new wxXPMHandler );
 #endif
 #if wxUSE_XPM
   wxImage::AddHandler( new wxXPMHandler );
 #endif