summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-11 16:55:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-11 16:55:59 +0000
commit874de16f9a3af7f8616b0a43a935733ced2acc70 (patch)
tree47c2bd8baae377c4ddb70e7fdf55431eb37b4541 /osdep
parent2075d4312ebf35c5237abbdb4710bea260b51df7 (diff)
downloadmpv-874de16f9a3af7f8616b0a43a935733ced2acc70.tar.bz2
mpv-874de16f9a3af7f8616b0a43a935733ced2acc70.tar.xz
Remove superfluous #ifdefs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21880 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/glob.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/osdep/glob.h b/osdep/glob.h
index 4505bdb0f2..d65dca4142 100644
--- a/osdep/glob.h
+++ b/osdep/glob.h
@@ -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