I'm trying to find out all the preprocessor defines of the Visual C++ compiler (MSVC). I can do
gcc -dM -E - < /dev/null
on GCC to dump all the preprocessor defines. Do we have something similar with the Visual C++ compiler compiler?
I'm using Visual C++ 9.0.