// Created: 23.09.98
// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWindows license (part of wxExtra library)
+// Licence: wxWindows licence (part of wxExtra library)
/////////////////////////////////////////////////////////////////////////////
#ifndef _MIMETYPE_IMPL_H
#include "wx/defs.h"
+#if wxUSE_MIMETYPE
+
#include "wx/mimetype.h"
// ----------------------------------------------------------------------------
wxFileType *CreateFileType(const wxString& filetype, const wxString& ext);
};
+#endif // wxUSE_MIMETYPE
#endif
//_MIMETYPE_IMPL_H