// Author: Vadim Zeitlin
// Modified by:
// Created: 23.09.98
-// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence (part of wxExtra library)
/////////////////////////////////////////////////////////////////////////////
size_t EnumAllFileTypes(wxArrayString& mimetypes);
- // this are NOPs under Windows
- bool ReadMailcap(const wxString& WXUNUSED(filename), bool WXUNUSED(fallback) = true)
- { return true; }
- bool ReadMimeTypes(const wxString& WXUNUSED(filename))
- { return true; }
-
// create a new filetype association
wxFileType *Associate(const wxFileTypeInfo& ftInfo);