diff options
| author | msheby <msheby@cinecert.com> | 2007-10-25 18:44:45 +0000 |
|---|---|---|
| committer | msheby <> | 2007-10-25 18:44:45 +0000 |
| commit | deadc1bf01e8bc68905c7d33578ffb77b8317c8f (patch) | |
| tree | e23733b29ffed1a996599c00a3c74490dcff3a3d /src/KM_fileio.h | |
| parent | c5e3e4e83032b790c62bd55795a20dd912010c9f (diff) | |
Win32 portability fixes
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. |
