fixed compilation without wxUSE_STREAMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1203,7 +1203,10 @@ wxImageHandler *wxImage::FindHandlerMime( const wxString& mimetype )
|
|||||||
|
|
||||||
void wxImage::InitStandardHandlers()
|
void wxImage::InitStandardHandlers()
|
||||||
{
|
{
|
||||||
|
#if wxUSE_STREAMS
|
||||||
AddHandler(new wxBMPHandler);
|
AddHandler(new wxBMPHandler);
|
||||||
|
#endif // wxUSE_STREAMS
|
||||||
|
|
||||||
#if wxUSE_XPM && !defined(__WXGTK__) && !defined(__WXMOTIF__)
|
#if wxUSE_XPM && !defined(__WXGTK__) && !defined(__WXMOTIF__)
|
||||||
AddHandler(new wxXPMHandler);
|
AddHandler(new wxXPMHandler);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user