]> git.sesse.net Git - vlc/blobdiff - include/vlc_os_specific.h
Missing include for config_GetUserDir
[vlc] / include / vlc_os_specific.h
index a329f223fd10f7c13326a99c69eb153acae20177..dea352b86a644d19fe0b3ef9ca2e04e45c3856c2 100644 (file)
@@ -35,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