Rename architecture related functions and structs

This commit is contained in:
Robbert van der Helm
2020-11-30 21:29:57 +01:00
parent 7fc7a51a46
commit 47baef3107
7 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ void Vst2PluginBridge::log_init_message() {
} else {
init_msg << "individually";
}
if (vst_host->architecture() == PluginArchitecture::vst_32) {
if (vst_host->architecture() == LibArchitecture::dll_32) {
init_msg << ", 32-bit";
} else {
init_msg << ", 64-bit";