[shell32]

- Fix a few more winetests in shlfolder tests.

svn path=/trunk/; revision=54303
This commit is contained in:
Claudiu Mihail 2011-11-05 20:09:30 +00:00
parent 2506e5967c
commit c10be1a84f

View file

@ -426,7 +426,6 @@ HRESULT SHELL32_GetItemAttributes (IShellFolder * psf, LPCITEMIDLIST pidl, LPDWO
if (dwAttributes & FILE_ATTRIBUTE_DIRECTORY)
{
*pdwAttributes |= (SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);
*pdwAttributes &= ~SFGAO_CANLINK;
}
else
*pdwAttributes &= ~(SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);