23 Jul
2010
23 Jul
'10
4:05 p.m.
Module: wine Branch: master Commit: b43bcdf524e9f6105c0ce70da02581e2c43a52e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b43bcdf524e9f6105c0ce70da0... Author: David Hedberg <david.hedberg(a)gmail.com> Date: Thu Jul 22 20:17:02 2010 +0200 shell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName. --- dlls/shell32/pidl.c | 62 +++++++++++++++ dlls/shell32/shell32.spec | 1 + dlls/shell32/shellitem.c | 7 +- dlls/shell32/tests/shlfolder.c | 162 ++++++++++++++++++++++++++++++++++++++-- include/shobjidl.idl | 2 + 5 files changed, 223 insertions(+), 11 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b43bcdf524e9f6105c0ce7...