]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
libvlccore: Add vlc_wclosedir to the exported symbols.
[vlc] / src / libvlc.h
index 69713f2dc878c309d0afde2e0a6b5efd0f614d0b..ff0ce6125b82f87a98d253522f2e43075ab16098 100644 (file)
@@ -280,7 +280,7 @@ void  vlc_rewinddir(void *);
 #if defined (WIN32)
 #   include <dirent.h>
 void *vlc_wopendir (const wchar_t *);
-void *vlc_wclosedir (void *);
+/* void *vlc_wclosedir (void *); in vlc's exported symbols */
 struct _wdirent *vlc_wreaddir (void *);
 void vlc_rewinddir (void *);
 #   define _wopendir vlc_wopendir