Commit cfafc7da authored by Damien Fouilleul's avatar Damien Fouilleul

- vlc_common.h: fix for vlc_wclosedir on MacOS X

parent cd5ed364
......@@ -1010,6 +1010,8 @@ VLC_INTERNAL( long, vlc_telldir, ( void * ) );
# define rewinddir vlc_rewinddir
# define seekdir vlc_seekdir
# define telldir vlc_telldir
#elif !defined(__PLUGIN__)
# define vlc_wclosedir NULL
#endif
/* Format type specifiers for 64 bits numbers */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment