]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/iconbndl.cpp
Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / common / iconbndl.cpp
index aeeb09fef813fade38cb6a77393bfe59ab02b6a9..40ff56d9edcaa79ec17252395a2b97082745a87d 100644 (file)
@@ -56,7 +56,7 @@ void wxIconBundle::AddIcon( const wxString& file, long type )
 void wxIconBundle::AddIcon( const wxString& WXUNUSED(file), long WXUNUSED(type) )
 #endif
 {
-#if wxUSE_IMAGE
+#if wxUSE_IMAGE && (!defined(__WXMSW__) || wxUSE_WXDIB)
     size_t count = wxImage::GetImageCount( file, type );
     size_t i;
     wxImage image;