git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1964
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxFileType *GetFileTypeFromMimeType(const wxString& mimeType);
// this are NOPs under Windows
- bool ReadMailcap(const wxString& filename, bool fallback = TRUE) { }
- bool ReadMimeTypes(const wxString& filename) { }
+ bool ReadMailcap(const wxString& filename, bool fallback = TRUE)
+ { return TRUE; }
+ bool ReadMimeTypes(const wxString& filename)
+ { return TRUE; }
};
#else // Unix