Commit 1fbb3630 authored by Damien Fouilleul's avatar Damien Fouilleul

- extras/libc.c: fixed stack overflow due to infinite recursion in...

- extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone
parent 2f65bd42
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
#endif #endif
#if defined(WIN32) || defined(UNDER_CE) #if defined(WIN32) || defined(UNDER_CE)
# undef _wopendir
# undef _wreaddir
# undef _wclosedir
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
# include <windows.h> # include <windows.h>
#endif #endif
......
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