1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-02 13:12:05 +00:00

Remove superfluous #ifdefs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21880 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-11 16:55:59 +00:00
parent 2075d4312e
commit 874de16f9a

View File

@ -1,7 +1,5 @@
#include "config.h"
#ifndef HAVE_GLOB
#ifdef __MINGW32__
typedef struct {
size_t gl_pathc;
char **gl_pathv;
@ -11,6 +9,3 @@ typedef struct {
void globfree(glob_t *pglob);
int glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob);
#endif
#endif