yuzu/externals/vcpkg/ports/wtl/atlmisc.h-bug329.patch

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