mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
merged in commited shell32 WINE patch
svn path=/trunk/; revision=7821
This commit is contained in:
parent
a7f8f318e3
commit
d808a08b91
1 changed files with 3 additions and 3 deletions
|
@ -1310,7 +1310,7 @@ HRESULT SHELL_GetPathFromIDListA(LPCITEMIDLIST pidl, LPSTR pszPath, UINT uOutSiz
|
|||
if (SUCCEEDED(hr))
|
||||
pstr = PathAddBackslashA(pstr);
|
||||
}
|
||||
/* The only other valid case is a item ID list beginning at "My Computer". */
|
||||
/* The only other valid case is a item ID list beginning at "My Computer" */
|
||||
else if (_ILIsMyComputer(pidl))
|
||||
pidl = ILGetNext(pidl);
|
||||
|
||||
|
@ -1343,7 +1343,7 @@ HRESULT SHELL_GetPathFromIDListA(LPCITEMIDLIST pidl, LPSTR pszPath, UINT uOutSiz
|
|||
} else
|
||||
hr = E_INVALIDARG;
|
||||
|
||||
TRACE_(shell)("-- %s, 0x%08lx\n", pszPath, S_OK);
|
||||
TRACE_(shell)("-- %s, 0x%08lx\n", pszPath, hr);
|
||||
return hr;
|
||||
}
|
||||
|
||||
|
@ -1393,7 +1393,7 @@ HRESULT SHELL_GetPathFromIDListW(LPCITEMIDLIST pidl, LPWSTR pszPath, UINT uOutSi
|
|||
if (SUCCEEDED(hr))
|
||||
pstr = PathAddBackslashW(pstr);
|
||||
}
|
||||
/* The only other valid case is a item ID list beginning at "My Computer". */
|
||||
/* The only other valid case is a item ID list beginning at "My Computer" */
|
||||
else if (_ILIsMyComputer(pidl))
|
||||
pidl = ILGetNext(pidl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue