From: Damien Fouilleul Date: Sat, 3 Feb 2007 22:41:43 +0000 (+0000) Subject: - vlc_common.h: fix for vlc_wclosedir on MacOS X X-Git-Tag: 0.9.0-test0~8726 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cfafc7da073f5c7ac3074af7b559d86a35203efb;p=vlc - vlc_common.h: fix for vlc_wclosedir on MacOS X --- diff --git a/include/vlc_common.h b/include/vlc_common.h index 63e214b6e9..d587d54052 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -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 */