Skip to content
Snippets Groups Projects
Commit c598b0ac authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Cygwin fix

parent 87916650
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,12 @@ static int sizelimit = -1;
static char *def_tmpdir;
static char *def_urlpre;
#if defined(__CYGWIN__) || defined(__MINGW32__)
/* Turn off commandline globbing, otherwise you cannot search for
* attribute '*'
*/
int _CRT_glob = 0;
#endif
void
usage( void )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment