]> git.sesse.net Git - vlc/commitdiff
Do not redefine vlc_wclosedir (Close #893)
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 10 Dec 2006 20:02:03 +0000 (20:02 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 10 Dec 2006 20:02:03 +0000 (20:02 +0000)
include/vlc_common.h

index 075d16bb43f44b6ceaeab4d0e6329b0ea523452a..d0a7672a80e0aeeb67f4ce955686259b7174b12b 100644 (file)
@@ -974,15 +974,13 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw )
 #   include <dirent.h>
 VLC_INTERNAL( void *, vlc_wopendir, ( const wchar_t * ) );
 VLC_INTERNAL( struct _wdirent *, vlc_wreaddir, ( void * ) );
-VLC_EXPORT( int, vlc_wclosedir, ( void * ) );
+VLC_INTERNAL( int, vlc_wclosedir, ( void * ) );
 #   define opendir Use_utf8_opendir_or_vlc_wopendir_instead!
 #   define readdir Use_utf8_readdir_or_vlc_wreaddir_instead!
 #   define closedir vlc_wclosedir
 #   define _wopendir vlc_wopendir
 #   define _wreaddir vlc_wreaddir
 #   define _wclosedir vlc_wclosedir
-#else
-#   define vlc_wclosedir NULL
 #endif
 
 /* Format type specifiers for 64 bits numbers */