1 2 3 4 5 6 7 8 9 10 11
--- a/Include/atlmisc.h +++ b/Include/atlmisc.h @@ -628,7 +628,7 @@ { ATLASSERT(m_hFind != NULL); - ATL::CString strResult("file://"); + ATL::CString strResult(_T("file://")); strResult += GetFilePath(); return strResult; }