[RESEND] commdlg: use shell32's ILGetDisplayName instead of SHGetPathFromIDList

Mike McCormack mike at codeweavers.com
Tue May 24 03:40:36 CDT 2005


Michael Jung wrote:
> Hi Alexandre,
> 
> could you please give a short comment on this one: 
> 
> http://www.winehq.org/hypermail/wine-patches/2005/05/0533.html

My guess is switching on the windows version should be avoided.  If 
that's not possible we should try not to use functions that return 
different things depending on the windows version inside Wine.

Perhaps you can use IShellFolder_GetDisplayNameOf() rather than 
ILGetDisplayName?

Mike



More information about the wine-devel mailing list