Commit ab8b99da authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shlwapi: Tweak the wording of the _SHStrDupAToBSTR() documentation.

This also fixes an ASCII / ANSI mixup. Signed-off-by: 's avatarFrancois Gouget <fgouget@free.fr> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 25978317
......@@ -370,7 +370,7 @@ HRESULT WINAPI StrRetToStrW(LPSTRRET lpStrRet, const ITEMIDLIST *pidl, LPWSTR *p
return hRet;
}
/* Create an ASCII string copy using SysAllocString() */
/* Makes a Unicode copy of an ANSI string using SysAllocString() */
static HRESULT _SHStrDupAToBSTR(LPCSTR src, BSTR *pBstrOut)
{
*pBstrOut = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment