Is there a way to globally declare a #define?
Like I want to have a file that has for instance,
#define MONO
and I want all source-
I don't know of a solution wide definition, but I was able to quickly add a preprocessor definition to all projects by doing the following:
PropertiesC/C++ --> PreprocessorPreprocessor DefinitionsOK out of the menusI'm using Visual Studio Community 2019 with a C code base.