Preprocessor in visual studio 2010-c++ project

Viewed 2258

In .cpp file I use a macro mmData1.I searched in the project and see that this macro is defined in several files.(I.e. there are several .h files which have the line #define mmData1)

I want to know if there is a capability in VS10 to check from which file the preprocessor takes the macro value

3 Answers
Related