aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wtl/atlmisc.h-bug329.patch
blob: 6bffba9be13d174541f9858246b4e0df7ede2dae (plain)
1
2
3
4
5
6
7
8
9
10
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;
 	}