From 4cb9cfc6eead9bb182159d20a425baaaf01d9927 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 10 Jan 2007 18:54:44 +0000 Subject: Remove redundant ifdef, this file is only ever compiled on MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21872 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/glob-win.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'osdep') 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 #include "glob.h" @@ -71,7 +70,6 @@ void globfree(glob_t *pglob) } free(pglob->gl_pathv); } -#endif /*__MINGW32__*/ #endif /*HAVE_GLOB*/ #if 0 -- cgit v1.2.3