wine/dlls/shell32 shlfolder.c

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 27 15:04:39 CST 2003


ChangeSet ID:	7343
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/02/27 15:04:39

Modified files:
	dlls/shell32   : shlfolder.c 

Log message:
	Alberto Massari <amassari at progress.com>
	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

Patch: http://cvs.winehq.com/patch.py?id=7343

Old revision  New revision  Changes     Path
 1.76          1.77          +19 -7      wine/dlls/shell32/shlfolder.c




More information about the wine-cvs mailing list