summaryrefslogtreecommitdiffstats
path: root/osdep/glob-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/glob-win.c')
-rw-r--r--osdep/glob-win.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/glob-win.c b/osdep/glob-win.c
index e1408412cd..5e77771331 100644
--- a/osdep/glob-win.c
+++ b/osdep/glob-win.c
@@ -4,7 +4,6 @@
#include "config.h"
#ifndef HAVE_GLOB
-#ifdef __MINGW32__
#include <windows.h>
#include "glob.h"
@@ -71,7 +70,6 @@ void globfree(glob_t *pglob)
}
free(pglob->gl_pathv);
}
-#endif /*__MINGW32__*/
#endif /*HAVE_GLOB*/
#if 0