Commit 96df9865 authored by Cyril Deguet's avatar Cyril Deguet

- libvlc.c: fixed broken build on cygwin...

parent ab6a48f9
...@@ -252,9 +252,7 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] ) ...@@ -252,9 +252,7 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
module_t *p_help_module; module_t *p_help_module;
playlist_t *p_playlist; playlist_t *p_playlist;
vlc_value_t val; vlc_value_t val;
#ifndef WIN32
char * psz_language; char * psz_language;
#endif
if( !p_vlc ) if( !p_vlc )
{ {
......
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