From 4ec34e1f805d08e8d61f2a4f21dacd150c1b48dd Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 6 Dec 2021 22:15:25 +0000 Subject: [PATCH] Avoid VOID name conflict with Windows headers Signed-off-by: falkTX --- include/helpers.hpp | 3 +++ 1 file changed, 3 insertions(+) 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