Reputation: 986
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