diff options
Diffstat (limited to 'src/KM_fileio.h')
| -rwxr-xr-x | src/KM_fileio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KM_fileio.h b/src/KM_fileio.h index 9d7cc7a..ce41672 100755 --- a/src/KM_fileio.h +++ b/src/KM_fileio.h @@ -141,6 +141,7 @@ namespace Kumu inline bool Match(const std::string& s) const { return true; } }; +#ifndef KM_WIN32 class PathMatchRegex : public IPathMatch { regex_t m_regex; @@ -166,6 +167,7 @@ namespace Kumu virtual ~PathMatchGlob(); bool Match(const std::string& s) const; }; +#endif /* !KM_WIN32 */ // Search all paths in SearchPaths for filenames matching Pattern (no directories are returned). // Put results in FoundPaths. Returns after first find if one_shot is true. |
