In C/C++ you can define macros in code like this:
#define OLD_WAY 1
Although I\'ve never done it, I assume that the same thing is availabl
Open your project properties and look at the Build page. There is a box called Conditional compilation symbols: