]> git.sesse.net Git - vlc/blobdiff - include/vlc_os_specific.h
Missing include for config_GetUserDir
[vlc] / include / vlc_os_specific.h
index f3153a2cc8037323a9992fca4bfcee907e31d6a5..dea352b86a644d19fe0b3ef9ca2e04e45c3856c2 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #ifndef _NEED_OS_SPECIFIC_H
 #   define _NEED_OS_SPECIFIC_H 1
 #endif
@@ -31,7 +35,7 @@
 #elif defined( __APPLE__ )
 /* Nothing at the moment, create darwin_specific.h when needed */
 #elif defined( WIN32 ) || defined( UNDER_CE )
-/* Nothing at the moment, create win32_specific.h when needed */
+VLC_EXPORT( const char * , system_VLCPath, (void));
 #else
 #   undef _NEED_OS_SPECIFIC_H
 #endif