From: RĂ©mi Denis-Courmont Date: Fri, 9 May 2008 15:51:09 +0000 (+0300) Subject: system_VLCPath does not exist X-Git-Tag: 0.9.0-test0~1027 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=770f02b996c0bcb453a79ad738325a4ad9066b12;p=vlc system_VLCPath does not exist --- diff --git a/src/libvlc.h b/src/libvlc.h index 0da4d2f574..8b4235528e 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -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