Make sure that windows_search_path() is 'visible' in Windows (will be needed for fixup_bundle_environment)

This commit is contained in:
John Emmas
2014-03-17 11:29:17 +00:00
parent 96244e2afa
commit 9352eac64b

View File

@@ -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