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
This commit is contained in:
diego 2007-01-10 18:54:44 +00:00
parent 59a431eff9
commit 4cb9cfc6ee
1 changed files with 0 additions and 2 deletions

View File

@ -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