Const-ify a mask.

This commit is contained in:
Juan Lang 2005-06-07 20:03:39 +00:00 committed by Alexandre Julliard
parent 369c0492c7
commit ab88fd34dc
1 changed files with 2 additions and 1 deletions

View File

@ -374,7 +374,8 @@ HRESULT SHELL32_GetItemAttributes (IShellFolder * psf, LPCITEMIDLIST pidl, LPDWO
{
GUID const *clsid;
DWORD dwAttributes;
DWORD dwSupportedAttr=SFGAO_CANCOPY | /*0x00000001 */
static const DWORD dwSupportedAttr=
SFGAO_CANCOPY | /*0x00000001 */
SFGAO_CANMOVE | /*0x00000002 */
SFGAO_CANLINK | /*0x00000004 */
SFGAO_CANRENAME | /*0x00000010 */