summaryrefslogtreecommitdiff
path: root/converters/tex2rtf/files/stringmatch.h
blob: b1925aff681562f3228d59c96c92ad60d72b9c74 (plain)
1
2
3
4
5
#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);