Applied Chris' patch for support for ICO loading.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-11-18 09:43:06 +00:00
parent 990578f892
commit 52b64b0a78
5 changed files with 385 additions and 88 deletions

View File

@@ -55,6 +55,7 @@ void wxInitAllImageHandlers()
#if wxUSE_XPM
wxImage::AddHandler( new wxXPMHandler );
#endif
wxImage::AddHandler( new wxICOHandler );
}
#endif // wxUSE_IMAGE