1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3: Fixed compatibility with the 3.6.13 SDK

This commit is contained in:
Tom Poole 2019-07-24 11:02:30 +01:00
parent fa577fc4ef
commit dc00dde492

View file

@ -148,15 +148,17 @@
namespace Steinberg
{
/** Missing IIDs */
#if VST_VERSION < 0x03060d // 3.6.13
DEF_CLASS_IID (IPluginBase)
DEF_CLASS_IID (IPlugView)
DEF_CLASS_IID (IPlugFrame)
#if VST_VERSION < 0x030608
DEF_CLASS_IID (IBStream)
#endif
DEF_CLASS_IID (IPluginFactory)
DEF_CLASS_IID (IPluginFactory2)
DEF_CLASS_IID (IPluginFactory3)
#if VST_VERSION < 0x030608
DEF_CLASS_IID (IBStream)
#endif
#endif
DEF_CLASS_IID (IPlugView)
DEF_CLASS_IID (IPlugFrame)
DEF_CLASS_IID (IPlugViewContentScaleSupport)
}
#endif //JUCE_VST3HEADERS_INCLUDE_HEADERS_ONLY