怎么指定Release模式下的UNICODE模式

如何指定Release模式下的UNICODE模式
Project->Settings 该改哪个?
另外,
error C2664: '_itow' : cannot convert parameter 2 from 'char [2]' to 'unsigned short *'
error C2664: '_wtoi' : cannot convert parameter 1 from 'class CString' to 'const unsigned short *'
error C2664: 'WritePrivateProfileStringW' : cannot convert parameter 1 from 'class CString' to 'const unsigned short *'
这些错误是不是都是没有指定Release模式下的UNICODE模式造成的?
请指教


------解决方案--------------------
看样子是已经指定了,但是代码没有改动,建议检查一下,是否UNICODE与_UNICODE都定义了。