mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
[shell32]
- Fix a few more winetests in shlfolder tests. svn path=/trunk/; revision=54303
This commit is contained in:
parent
2506e5967c
commit
c10be1a84f
1 changed files with 0 additions and 1 deletions
|
@ -426,7 +426,6 @@ HRESULT SHELL32_GetItemAttributes (IShellFolder * psf, LPCITEMIDLIST pidl, LPDWO
|
||||||
if (dwAttributes & FILE_ATTRIBUTE_DIRECTORY)
|
if (dwAttributes & FILE_ATTRIBUTE_DIRECTORY)
|
||||||
{
|
{
|
||||||
*pdwAttributes |= (SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);
|
*pdwAttributes |= (SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);
|
||||||
*pdwAttributes &= ~SFGAO_CANLINK;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
*pdwAttributes &= ~(SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);
|
*pdwAttributes &= ~(SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue