11 lines
252 B
Diff
Executable file
11 lines
252 B
Diff
Executable file
--- 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;
|
|
}
|