]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
* Fix non linux compilation round 2.
[vlc] / include / vlc_objects.h
index a906d517cc9aea7af324bb62369673b711d324af..6058b0b2eb2521cfe3b9f048f59d28f35b172666 100644 (file)
@@ -110,6 +110,10 @@ VLC_EXPORT( vlc_list_t *, __vlc_list_find, ( vlc_object_t *, int, int ) );
 VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) );
 VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) );
 
+#if defined( WIN32 ) || defined( SYS_BEOS ) || defined( __APPLE__ )
+VLC_EXPORT( const char *, vlc_path, ( vlc_object_t * ) );
+#endif
+
 /*}@*/
 
 #define vlc_object_create(a,b) \