From 2b1513dc20d8c6a1d27c17d03d8bba98953ebfbc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 14:08:13 -0400 Subject: Separate export macro definitions between modules --- src/client/ingen_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/ingen_client.cpp') diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp index f4d6bbc7..63705ebc 100644 --- a/src/client/ingen_client.cpp +++ b/src/client/ingen_client.cpp @@ -31,7 +31,7 @@ struct ClientModule : public ingen::Module { extern "C" { -ingen::Module* +INGEN_MODULE_EXPORT ingen::Module* ingen_module_load() { return new ingen::client::ClientModule(); -- cgit v1.2.1