I am compiling a legacy C code here and there is a lot of variables and struct members named \"interface\", but VC2008 express is complaining about these, do you know how to
You can define WIN32_LEAN_AND_MEAN to avoid inclusion of this definition. See MSDN Docs