From 1ab30cf0e7610b88397b5d2358aa7da428eb9d77 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 20 Feb 2015 14:40:56 +0000 Subject: Add LV2_SYMBOL_EXPORT to lv2_lib_descriptor --- lv2/lv2plug.in/ns/lv2core/lv2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h index 1d4da99..2ab3186 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2.h +++ b/lv2/lv2plug.in/ns/lv2core/lv2.h @@ -451,6 +451,7 @@ typedef struct { be destroyed (using LV2_Lib_Descriptor::cleanup()) until all plugins loaded from that library have been destroyed. */ +LV2_SYMBOL_EXPORT const LV2_Lib_Descriptor * lv2_lib_descriptor(const char * bundle_path, const LV2_Feature *const * features); -- cgit v1.2.1