Use our own export macro

This commit is contained in:
Robbert van der Helm
2022-04-15 14:00:35 +02:00
parent 6e2fff5710
commit c2de0cce2e
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ bool DeinitModule() {
* the plugin in our Wine application, retrieve its information and supported
* classes, and then recreate it here.
*/
SMTG_EXPORT_SYMBOL Steinberg::IPluginFactory* PLUGIN_API GetPluginFactory() {
YABRIDGE_EXPORT Steinberg::IPluginFactory* PLUGIN_API GetPluginFactory() {
// The host should have called `InitModule()` first
assert(bridge);