]> git.sesse.net Git - vlc/commitdiff
- vlc_common.h: fix for vlc_wclosedir on MacOS X
authorDamien Fouilleul <damienf@videolan.org>
Sat, 3 Feb 2007 22:41:43 +0000 (22:41 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Sat, 3 Feb 2007 22:41:43 +0000 (22:41 +0000)
include/vlc_common.h

index 63e214b6e95a69f1e680cfebf470e1ee23311201..d587d54052c4603b296a6b71f6eb04a9f5d984a4 100644 (file)
@@ -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 */