Commit 837444bb authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: I was wrong, the dirent export works

parent 9139d783
...@@ -47,12 +47,6 @@ ...@@ -47,12 +47,6 @@
#ifdef HAVE_DIRENT_H #ifdef HAVE_DIRENT_H
# include <dirent.h> # include <dirent.h>
#else if defined(MSCVER)
extern "C" {
void * vlc_opendir ( const char * ) ;
void * vlc_readdir ( void * );
int vlc_closedir ( void * ) ;
}
#endif #endif
/* libebml and matroska */ /* libebml and matroska */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment