vcpkg/ports/wtl/atlmisc.h-bug329.patch
Christian Ullrich 34a73b5010
[wtl] Add two "post-release updates". (#21924)
* [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.
2021-12-09 17:56:38 -08:00

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;
}