I need to make a preprocessor directive that will exclude a line of code only on ALL version of Visual Studio 2012.
Question 1: Is there a tag for all versions of VS2012? (I see people using VS_2005_PRO
and similar, but I need all versions of 2012)
Question 2: is there a #ifNOT
type command besides creating a logical #elif
?