shell32: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7ec37be381
commit
169c3879b9
|
@ -288,7 +288,7 @@ LPITEMIDLIST SHELL32_CreatePidlFromBindCtx(IBindCtx *pbc, LPCWSTR path)
|
|||
* Now we can parse into namespaces implemented by shell extensions
|
||||
*
|
||||
* Behaviour on win98: lpszDisplayName=NULL -> crash
|
||||
* lpszDisplayName="" -> returns mycoputer-pidl
|
||||
* lpszDisplayName="" -> returns mycomputer-pidl
|
||||
*
|
||||
* FIXME
|
||||
* pdwAttributes is not set
|
||||
|
|
Loading…
Reference in New Issue