Commit 770f02b9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

system_VLCPath does not exist

parent fe5b149e
...@@ -45,7 +45,7 @@ void system_End ( libvlc_int_t * ); ...@@ -45,7 +45,7 @@ void system_End ( libvlc_int_t * );
#elif defined( __APPLE__ ) #elif defined( __APPLE__ )
/* Nothing at the moment, create darwin_specific.h when needed */ /* Nothing at the moment, create darwin_specific.h when needed */
#elif defined( WIN32 ) || defined( UNDER_CE ) #elif defined( WIN32 ) || defined( UNDER_CE )
VLC_EXPORT( const char * , system_VLCPath, (void));
#else #else
# define system_Init( a, b, c ) (void)0 # define system_Init( a, b, c ) (void)0
# define system_Configure( a, b, c ) (void)0 # define system_Configure( a, b, c ) (void)0
......
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