William
William

Reputation: 986

How to locate the file that defines specific symbol through #define in C++?

For example, I want to locate the header file that defines _WIN32_WINNT, how can I do? I tried g++ -E but it does not work.

Note that there may be multiple definitions of the same symbol. I want to show them all and show the effective definition.

Upvotes: 0

Views: 69

Answers (0)

Related Questions