mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 00:13:55 +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
|
* the plugin in our Wine application, retrieve its information and supported
|
||||||
* classes, and then recreate it here.
|
* 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
|
// The host should have called `InitModule()` first
|
||||||
assert(bridge);
|
assert(bridge);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user