23 Jul
2010
23 Jul
'10
3:05 p.m.
Module: wine Branch: master Commit: b8a40388ee8d3c763034a32c8c7f29bfdf7edcb2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b8a40388ee8d3c763034a32c8c... Author: David Hedberg <david.hedberg(a)gmail.com> Date: Thu Jul 22 20:17:06 2010 +0200 shell32: Implement SHGetIDListFromObject. --- dlls/shell32/pidl.c | 75 ++++++++++++++ dlls/shell32/shell32.spec | 1 + dlls/shell32/tests/shlfolder.c | 219 ++++++++++++++++++++++++++++++++++++++++ include/shobjidl.idl | 1 + 4 files changed, 296 insertions(+), 0 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b8a40388ee8d3c763034a3...