From 9352eac64b5d3a69fa35ad8361221d6238d619ff Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 17 Mar 2014 11:29:17 +0000 Subject: Make sure that windows_search_path() is 'visible' in Windows (will be needed for fixup_bundle_environment) --- libs/ardour/ardour/filesystem_paths.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3