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
There is no such command. However, MSDN (both online and offline) lists all the preprocessor defines, both Microsoft specific, standard defined and ANSI defines.