ChangeSet ID: 10816 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/01/21 17:50:26 Modified files: dlls/shell32 : pidl.h pidl.c Log message: Martin Fuchs <martin-fuchs(a)gmx.net> Ge van Geldorp <ge(a)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