wine/dlls/shell32 pidl.h pidl.c

Alexandre Julliard julliard at winehq.org
Wed Jan 21 17:50:27 CST 2004


ChangeSet ID:	10816
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/01/21 17:50:26

Modified files:
	dlls/shell32   : pidl.h pidl.c 

Log message:
	Martin Fuchs <martin-fuchs at gmx.net>
	Ge van Geldorp <ge at gse.nl>
	Reimplementation of SHGetPathFromIDListA/W() using the new helper
	functions SHELL_GetPathFromIDListA/W(). The new implementation avoids
	using IShellFolder::GetDisplayNameOf(), so that it
	- returns the absolute file system path, not relative to the dekstop
	- returns FALSE as error code if the path can not converted in a valid
	file system path
	- doesn't return virtual CLSID paths

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

Old revision  New revision  Changes     Path
 1.33          1.34          +3 -0       wine/dlls/shell32/pidl.h
 1.98          1.99          +112 -34    wine/dlls/shell32/pidl.c




More information about the wine-cvs mailing list