Avoid VOID name conflict with Windows headers
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0013f8906d
commit
4ec34e1f80
1 changed files with 3 additions and 0 deletions
|
@ -119,3 +119,6 @@ CardinalPluginModel<TModule, TModuleWidget>* createModel(std::string slug)
|
||||||
#define createModel createModelOldVCV
|
#define createModel createModelOldVCV
|
||||||
#include_next "helpers.hpp"
|
#include_next "helpers.hpp"
|
||||||
#undef createModel
|
#undef createModel
|
||||||
|
|
||||||
|
// this is defined by Windows headers, conflicts with Bidoo VOID module name
|
||||||
|
#undef VOID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue