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:
parent
2075d4312e
commit
874de16f9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user