From 2553dbe0c244843ebab9ffe2ef2396383ca2dfc4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 22 Jul 2014 10:03:02 +0100 Subject: [PATCH] This small macro was the wrong way --- source/backend/plugin/VstPlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/backend/plugin/VstPlugin.cpp b/source/backend/plugin/VstPlugin.cpp index fc68a48ff..57df3d6df 100644 --- a/source/backend/plugin/VstPlugin.cpp +++ b/source/backend/plugin/VstPlugin.cpp @@ -19,9 +19,9 @@ #include "CarlaEngine.hpp" #if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN) -# define USE_JUCE_FOR_VST 0 -#else # define USE_JUCE_FOR_VST 1 +#else +# define USE_JUCE_FOR_VST 0 #endif #if defined(WANT_VST) && ! USE_JUCE_FOR_VST