Mercurial > mplayer.hg
changeset 21854:752d1c70aa67
Remove redundant ifdef, this file is only ever compiled on MinGW.
author | diego |
---|---|
date | Wed, 10 Jan 2007 18:54:44 +0000 |
parents | d0d487227d60 |
children | 936209c39ed1 |
files | osdep/glob-win.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <windows.h> #include "glob.h" @@ -71,7 +70,6 @@ } free(pglob->gl_pathv); } -#endif /*__MINGW32__*/ #endif /*HAVE_GLOB*/ #if 0