mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
34a73b5010
* [wtl] Add two "post-release updates". See https://sourceforge.net/projects/wtl/files/WTL%2010/WTL10%20Post-Release%20Updates.txt/download * Ran magic undocumented command line.
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;
|
|
}
|