Know Your Compiler: Visual C++'s /showIncludes
If you're trying to track down exactly what a particular compilation unit is including (ie: to publicly shame those who are including Windows.h in a public header, or whatever your reasons may be), Visual C++ provides a handy means of doing so with the /showIncludes command line option.
No comments:
Post a Comment