| [news.eclipse.tools.cdt] Re: Adding a Preprocessor Definition |
Hello,
I thought I was able to add a "symbol" or definition to the project properties so that if I have something like:
#ifdef FOO_DEFINED #include <somefile.h> #endif
all the code above would be active and indexed. But after adding the define in several locations the code is still marked as inactive.