summaryrefslogtreecommitdiff
path: root/converters/tex2rtf/files/stringmatch.h
blob: c1b89eac5110a30cce7c0741e4c232ba7b2a7983 (plain)
1
2
3
4
5
6
7
8
#ifndef _STRINGMATCH_H_
#define _STRINGMATCH_H_
#include "wx/object.h"
#include "wx/list.h"
#include "wx/filefn.h"

WXDLLEXPORT bool wxStringMatch2(const wxChar *one, const wxChar *two, bool subString = TRUE, bool exact = FALSE);
#endif // _STRINGMATCH_H_