Add a bridge for the Wine host to connect back

This is equivalent to plugin/bridge.h but for communicating between the
native Linus VST plugin and the Windows VST plugin.
This commit is contained in:
Robbert van der Helm
2020-02-27 13:55:19 +01:00
parent cd5b294952
commit e598d7c133
4 changed files with 127 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@
#include <windows.h>
#include "../common/communication.h"
#include "bridge.h"
/**
* A function pointer to what should be the entry point of a VST plugin.