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/gtk2_in_qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtk2_in_qt4.cpp') diff --git a/src/gtk2_in_qt4.cpp b/src/gtk2_in_qt4.cpp index 35d1f3c..a9298bf 100644 --- a/src/gtk2_in_qt4.cpp +++ b/src/gtk2_in_qt4.cpp @@ -73,7 +73,7 @@ wrapper_wrap(SuilWrapper* wrapper, return 0; } -SUIL_API +SUIL_LIB_EXPORT SuilWrapper* suil_wrapper_new(SuilHost* host, const char* host_type_uri, -- cgit v1.2.1