diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h index a398a917f2..a6ca2d1c77 100644 --- a/libs/ardour/ardour/filesystem_paths.h +++ b/libs/ardour/ardour/filesystem_paths.h @@ -60,6 +60,12 @@ namespace ARDOUR { */ LIBARDOUR_API PBD::Searchpath ardour_data_search_path (); +#ifdef PLATFORM_WINDOWS + /** + * @return our 'Windows' search path ( corresponds to /share/ardour3 ) + */ + LIBARDOUR_API PBD::Searchpath windows_search_path (); +#endif } // namespace ARDOUR #endif