Use without mimetypes enabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
859906241d
commit
4b8f9d466f
@ -28,6 +28,8 @@
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
|
||||
#if wxUSE_MIMETYPE
|
||||
|
||||
#include "wx/log.h"
|
||||
#include "wx/file.h"
|
||||
#include "wx/intl.h"
|
||||
@ -222,3 +224,4 @@ wxMimeTypesManagerImpl::Unassociate(wxFileType *ft)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#endif //wxUSE_MIMETYPE
|
Loading…
Reference in New Issue
Block a user