shlwapi: Tweak the wording of the _SHStrDupAToBSTR() documentation.
This also fixes an ASCII / ANSI mixup. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
25978317ce
commit
ab8b99daf4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue