Addon to [232]
This commit is contained in:
parent
a938b4ed39
commit
794710a0bd
2
main.cpp
2
main.cpp
|
@ -72,7 +72,7 @@ static void RecursiveAddFiles( std::vector<std::string> &filenames, const char p
|
||||||
findclose(&f);
|
findclose(&f);
|
||||||
#else
|
#else
|
||||||
glob_t glob_results;
|
glob_t glob_results;
|
||||||
#ifdef CYGWIN
|
#ifndef CYGWIN
|
||||||
glob("*", GLOB_ONLYDIR, 0, &glob_results);
|
glob("*", GLOB_ONLYDIR, 0, &glob_results);
|
||||||
#else
|
#else
|
||||||
glob("*", 0, 0, &glob_results);
|
glob("*", 0, 0, &glob_results);
|
||||||
|
|
Loading…
Reference in New Issue