Avoid VOID name conflict with Windows headers

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-06 22:15:25 +00:00
parent 0013f8906d
commit 4ec34e1f80
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -119,3 +119,6 @@ CardinalPluginModel<TModule, TModuleWidget>* 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