mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
9 lines
256 B
C
9 lines
256 B
C
#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_
|