]> git.sesse.net Git - vlc/commitdiff
- libvlc.c: fixed broken build on cygwin...
authorCyril Deguet <asmax@videolan.org>
Tue, 19 Jul 2005 00:02:26 +0000 (00:02 +0000)
committerCyril Deguet <asmax@videolan.org>
Tue, 19 Jul 2005 00:02:26 +0000 (00:02 +0000)
src/libvlc.c

index 31932deb0bc7f64fe96fd4fbb07384210f3e84cb..a06c0ba6228005ad7bda57c1d9e58eb52f4c1417 100644 (file)
@@ -252,9 +252,7 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
     module_t    *p_help_module;
     playlist_t  *p_playlist;
     vlc_value_t  val;
-#ifndef WIN32
     char *       psz_language;
-#endif
 
     if( !p_vlc )
     {