From e5da085b75ff7c33a10ac2b03434d487c47340f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Mar 2015 17:14:31 +0000 Subject: Fix compilation with -fvisibility=hidden. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/runtime_paths.hpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'ingen/runtime_paths.hpp') diff --git a/ingen/runtime_paths.hpp b/ingen/runtime_paths.hpp index 3d36e55e..f9f7c35f 100644 --- a/ingen/runtime_paths.hpp +++ b/ingen/runtime_paths.hpp @@ -19,14 +19,16 @@ #include +#include "ingen/ingen.h" + namespace Ingen { -void set_bundle_path(const char* path); -void set_bundle_path_from_code(void* function); +INGEN_API void set_bundle_path(const char* path); +INGEN_API void set_bundle_path_from_code(void* function); -std::string bundle_file_path(const std::string& name); -std::string data_file_path(const std::string& name); -std::string module_path(const std::string& name, std::string dir=""); +INGEN_API std::string bundle_file_path(const std::string& name); +INGEN_API std::string data_file_path(const std::string& name); +INGEN_API std::string module_path(const std::string& name, std::string dir=""); } // namespace Ingen -- cgit v1.2.1