Re: SHGetPathFromIDList problem

2005-08-13 Thread Michael Jung
Hi Ge, On Friday 12 August 2005 17:19, Ge van Geldorp wrote: > Since this patch: > http://www.winehq.org/hypermail/wine-cvs/2005/06/0338.html > SHGetPathFromIDList() seems broken. The problem is that files stored in the > Desktop directory don't get the path to the Desktop directory prepended. > I

SHGetPathFromIDList problem

2005-08-12 Thread Ge van Geldorp
Since this patch: http://www.winehq.org/hypermail/wine-cvs/2005/06/0338.html SHGetPathFromIDList() seems broken. The problem is that files stored in the Desktop directory don't get the path to the Desktop directory prepended. I've tried to fix it in the attached patch and added a testcase, but the