Commit 4ce5cc27 authored by Damien Fouilleul's avatar Damien Fouilleul

- Oops, remove _wclosedir by mistake in previous commit. btw, the previous...

- Oops, remove _wclosedir by mistake in previous commit. btw, the previous commit fixes #926 because utf8_loaddir() uses rewindir()
parent 4f5b5ee9
......@@ -989,6 +989,7 @@ VLC_INTERNAL( long, vlc_telldir, ( void * ) );
# define closedir vlc_wclosedir
# define _wopendir vlc_wopendir
# define _wreaddir vlc_wreaddir
# define _wclosedir vlc_wclosedir
# define rewinddir vlc_rewinddir
# define seekdir vlc_seekdir
# define telldir vlc_telldir
......
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