Addon to [232]

This commit is contained in:
Daniel Marjamäki 2008-04-06 06:35:53 +00:00
parent a938b4ed39
commit 794710a0bd
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static void RecursiveAddFiles( std::vector<std::string> &filenames, const char p
findclose(&f);
#else
glob_t glob_results;
#ifdef CYGWIN
#ifndef CYGWIN
glob("*", GLOB_ONLYDIR, 0, &glob_results);
#else
glob("*", 0, 0, &glob_results);