Add a couple of pthread helper macros
[ardour.git] / libs / pbd / pbd / openuri.h
index ec17b5a34ab784b479d311fa21415386c88e5dff..8ba6ffca62fd1b943e60be2b016a7d70b7a415bc 100644 (file)
 
 #include <string>
 
+#include "pbd/libpbd_visibility.h"
+
 namespace PBD {
-        bool open_uri (const char*);
-        bool open_uri (const std::string&);
+        LIBPBD_API bool open_uri (const char*);
+        LIBPBD_API bool open_uri (const std::string&);
 }
 
 #endif