early-access version 2853
This commit is contained in:
+11
@@ -0,0 +1,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;
|
||||
}
|
||||
Reference in New Issue
Block a user