]> git.sesse.net Git - vlc/commitdiff
system_VLCPath does not exist
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 9 May 2008 15:51:09 +0000 (18:51 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 9 May 2008 15:51:09 +0000 (18:51 +0300)
src/libvlc.h

index 0da4d2f574513faf97ba1e46759f4a3ed02b26b6..8b4235528ee12ce552e97fcf8869e15db13d7bea 100644 (file)
@@ -45,7 +45,7 @@ void system_End       ( libvlc_int_t * );
 #elif defined( __APPLE__ )
 /* Nothing at the moment, create darwin_specific.h when needed */
 #elif defined( WIN32 ) || defined( UNDER_CE )
-VLC_EXPORT( const char * , system_VLCPath, (void));
+
 #else
 # define system_Init( a, b, c )      (void)0
 # define system_Configure( a, b, c ) (void)0