]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/mimetype.cpp
fixed minor bug in wxFileSystem's converting \ to /
[wxWidgets.git] / src / common / mimetype.cpp
index 796a19f06214f7ae9477693a4b7fe8af14540031..11e01b729154c5205b4e11e6c2d0ee2c8cb90c06 100644 (file)
@@ -771,6 +771,7 @@ bool wxFileTypeImpl::GetMimeType(wxString *mimeType) const
 
 bool wxFileTypeImpl::GetIcon(wxIcon *icon) const
 {
+#if wxUSE_GUI
     if ( m_info ) {
         // we don't have icons in the fallback resources
         return FALSE;
@@ -819,6 +820,8 @@ bool wxFileTypeImpl::GetIcon(wxIcon *icon) const
     }
 
     // no such file type or no value or incorrect icon entry
+#endif // wxUSE_GUI
+
     return FALSE;
 }