List VST3 support in the initialization message

This commit is contained in:
Robbert van der Helm
2020-12-01 23:55:51 +01:00
parent cf72c13579
commit a9b7a6a835
+4 -1
View File
@@ -706,7 +706,10 @@ void Vst2PluginBridge::log_init_message() {
#ifdef WITH_WINEDBG
init_msg << "- winedbg" << std::endl;
#endif
#if !(defined(WITH_BITBRIDGE) || defined(WITH_WINEDBG))
#ifdef WITH_VST3
init_msg << "- VST3 support" << std::endl;
#endif
#if !(defined(WITH_BITBRIDGE) || defined(WITH_WINEDBG) || defined(WITH_VST3))
init_msg << " <none>" << std::endl;
#endif
init_msg << std::endl;