diff --git a/include/helpers.hpp b/include/helpers.hpp index 2a30f1a..f091469 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -119,3 +119,6 @@ CardinalPluginModel* createModel(std::string slug) #define createModel createModelOldVCV #include_next "helpers.hpp" #undef createModel + +// this is defined by Windows headers, conflicts with Bidoo VOID module name +#undef VOID