From 5b36db63f3aeb512264b0f38cec2a5a486829fd1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Sep 2012 17:28:16 +0000 Subject: Fix module loading in static build. Even when suil itself is built statically, the modules are not, so using SUIL_API for the module entry point (suil_wrapper_new) in this case was not setting dllexport. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4772 a436a847-0d15-0410-975c-d299462d15a1 --- src/x11_in_gtk2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x11_in_gtk2.c') diff --git a/src/x11_in_gtk2.c b/src/x11_in_gtk2.c index c2c73e3..cc33992 100644 --- a/src/x11_in_gtk2.c +++ b/src/x11_in_gtk2.c @@ -143,7 +143,7 @@ event_filter(GdkXEvent* xevent, GdkEvent* event, gpointer data) return GDK_FILTER_CONTINUE; } -SUIL_API +SUIL_LIB_EXPORT SuilWrapper* suil_wrapper_new(SuilHost* host, const char* host_type_uri, -- cgit v1.2.1