12 lines
		
	
	
		
			252 B
		
	
	
	
		
			Diff
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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;
 | 
						|
 	}
 |