summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-17 11:29:17 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-17 11:29:17 +0000
commit9352eac64b5d3a69fa35ad8361221d6238d619ff (patch)
tree03499ff8008c237b2fe42591b29bfa4a7691acc1
parent96244e2afa0c1f9fecdca6f67bda41c414723230 (diff)
Make sure that windows_search_path() is 'visible' in Windows (will be needed for fixup_bundle_environment)
-rw-r--r--libs/ardour/ardour/filesystem_paths.h6
1 files changed, 6 insertions, 0 deletions
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 <install_dir>/share/ardour3 )
+ */
+ LIBARDOUR_API PBD::Searchpath windows_search_path ();
+#endif
} // namespace ARDOUR
#endif