]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/icon.cpp
in synch with others
[wxWidgets.git] / src / mac / carbon / icon.cpp
index 2317c911e58f29dda7934f37e9b2aaec853ab780..a3bd7817c1a5f1957437942df5d378e2bd692343 100644 (file)
@@ -170,6 +170,7 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
         }
         else
         {
+#if wxUSE_IMAGE
             wxImage loadimage(filename, type);
             if (loadimage.Ok()) 
             {
@@ -183,6 +184,7 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
                 CopyFromBitmap( bmp ) ;
                 return true;
             }
+#endif
         }
     }
     return true ;