• Alberto Massari's avatar
    Fixes to IShellFolder::GetAttributesOf: · 84c48b95
    Alberto Massari authored
    - 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
    84c48b95
shlfolder.c 13.5 KB