mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add missing extern "C" to GetPluginFactory
This commit is contained in:
@@ -94,7 +94,8 @@ bool DeinitModule() {
|
||||
* the plugin in our Wine application, retrieve its information and supported
|
||||
* classes, and then recreate it here.
|
||||
*/
|
||||
YABRIDGE_EXPORT Steinberg::IPluginFactory* PLUGIN_API GetPluginFactory() {
|
||||
extern "C" YABRIDGE_EXPORT Steinberg::IPluginFactory* PLUGIN_API
|
||||
GetPluginFactory() {
|
||||
// The host should have called `InitModule()` first
|
||||
assert(bridge);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user