From 770f02b996c0bcb453a79ad738325a4ad9066b12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 9 May 2008 18:51:09 +0300 Subject: [PATCH] system_VLCPath does not exist --- src/libvlc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2