Is there #define that has the compiler version? I am porting code from VC6 to VS.Net 2003 and would like to be able to compile using both compilers. I had to make some changes and want to wrap those in #ifdef's.

thanx