Fix ignoring filelister_unix.cpp code in Windows.
This commit is contained in:
parent
95cbb60974
commit
4cad4410ba
|
@ -68,8 +68,6 @@ void FileListerUnix::recursiveAddFiles(std::vector<std::string> &filenames, cons
|
|||
}
|
||||
globfree(&glob_results);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
bool FileListerUnix::sameFileName(const std::string &fname1, const std::string &fname2)
|
||||
{
|
||||
|
@ -80,3 +78,5 @@ bool FileListerUnix::sameFileName(const std::string &fname1, const std::string &
|
|||
return bool(strcasecmp(fname1.c_str(), fname2.c_str()) == 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif // _WIN32
|
||||
|
|
Loading…
Reference in New Issue