I have a VC++ project in Visual Studio 2008.
It is defining the symbols for unicode on the compiler command line (/D \"_UNICODE\" /D \"UNICODE\"), eve
/D \"_UNICODE\" /D \"UNICODE\"
you can go to project properties --> configuration properties --> General -->Project default and there change the "Character set" from "Unicode" to "Not set".