Commit 9f30d0ac authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Non-libtool fix attempt

parent 424681e5
...@@ -980,6 +980,8 @@ VLC_EXPORT( int, vlc_wclosedir, ( void * ) ); ...@@ -980,6 +980,8 @@ VLC_EXPORT( int, vlc_wclosedir, ( void * ) );
# define _wopendir vlc_wopendir # define _wopendir vlc_wopendir
# define _wreaddir vlc_wreaddir # define _wreaddir vlc_wreaddir
# define _wclosedir vlc_wclosedir # define _wclosedir vlc_wclosedir
#else
# define vlc_wclosedir NULL
#endif #endif
/* Format type specifiers for 64 bits numbers */ /* Format type specifiers for 64 bits numbers */
......
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