Add #ifdef WITH_VST3 guards around VST3 hosting

This commit is contained in:
Robbert van der Helm
2020-12-02 14:49:00 +01:00
parent 3db099e0fc
commit 84e13e556c
4 changed files with 41 additions and 4 deletions
+3 -1
View File
@@ -18,6 +18,7 @@
#include "../boost-fix.h"
#include <boost/asio/local/stream_protocol.hpp>
#include <boost/asio/posix/stream_descriptor.hpp>
#include <boost/asio/streambuf.hpp>
#include <boost/filesystem.hpp>
@@ -25,7 +26,8 @@
#include <atomic>
#include <thread>
#include "vst2.h"
#include "../common/logging/common.h"
#include "common.h"
/**
* Encapsulate capturing the STDOUT or STDERR stream by opening a pipe and