In GCC you can use the '-include ' flag to automatically include a file in the compilation unit. Is there any equivalent method for this in MSVC?
|
|
In VS, you'll find it as: "Forced Include Files". The tag is /FI |
||
|
|
