12 lines
252 B
Diff
12 lines
252 B
Diff
|
--- 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;
|
||
|
}
|