early-access version 2853
This commit is contained in:
11
externals/vcpkg/ports/wtl/atlmisc.h-bug329.patch
vendored
Executable file
11
externals/vcpkg/ports/wtl/atlmisc.h-bug329.patch
vendored
Executable file
@@ -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