# HG changeset patch # User diego # Date 1168455284 0 # Node ID 752d1c70aa67cb31d1ec7397bb08a16ca03310fd # Parent d0d487227d607334d1d1bb9e7311460a19c2f19c Remove redundant ifdef, this file is only ever compiled on MinGW. diff -r d0d487227d60 -r 752d1c70aa67 osdep/glob-win.c --- a/osdep/glob-win.c Wed Jan 10 17:22:52 2007 +0000 +++ b/osdep/glob-win.c Wed Jan 10 18:54:44 2007 +0000 @@ -4,7 +4,6 @@ #include "config.h" #ifndef HAVE_GLOB -#ifdef __MINGW32__ #include #include "glob.h" @@ -71,7 +70,6 @@ } free(pglob->gl_pathv); } -#endif /*__MINGW32__*/ #endif /*HAVE_GLOB*/ #if 0