wxUSE_MIMETYPE in src/unix/mimetype.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
526dbb9590
commit
b79e32cce7
@ -51,7 +51,7 @@
|
||||
#include "wx/defs.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_FILE && wxUSE_TEXTFILE
|
||||
#if wxUSE_MIMETYPE && wxUSE_FILE && wxUSE_TEXTFILE
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/string.h"
|
||||
@ -2567,5 +2567,5 @@ static bool IsKnownUnimportantField(const wxString& fieldAll)
|
||||
}
|
||||
|
||||
#endif
|
||||
// wxUSE_FILE && wxUSE_TEXTFILE
|
||||
// wxUSE_MIMETYPE && wxUSE_FILE && wxUSE_TEXTFILE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user