]> git.sesse.net Git - vlc/commitdiff
Non-libtool fix attempt
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 25 Nov 2006 14:19:50 +0000 (14:19 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 25 Nov 2006 14:19:50 +0000 (14:19 +0000)
include/vlc_common.h

index ddc935a514d5140b70ef8688db0f930f8d0879d2..a8dcde954ffc78015df15f7839576263ff30a35f 100644 (file)
@@ -980,6 +980,8 @@ VLC_EXPORT( int, vlc_wclosedir, ( void * ) );
 #   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 */