Fixes to IShellFolder::GetAttributesOf:
commit84c48b957be20644caa308d744e8d6e17287ade2
authorAlberto Massari <amassari@progress.com>
Thu, 27 Feb 2003 21:04:38 +0000 (27 21:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Feb 2003 21:04:38 +0000 (27 21:04 +0000)
treecd4aac0b53260095bbe7d335bbac437accdac3ab
parente5cef3b0fbdd606a98f8bff20fb20347c0b51336
Fixes to IShellFolder::GetAttributesOf:
- before computing the flags for the requested entry, reset the bits
  we don't support, or we will tell something we didn't want to.
- instead of using an hexadecimal mask for the unsupported flags, use
  a mask made of the supported ones
- replace the obscure hexadecimal values with the proper macros
dlls/shell32/shlfolder.c