Module: wine Branch: master Commit: f99c81621c4f9efc575d58983fd5bc5c55fff3cd URL: http://source.winehq.org/git/wine.git/?a=commit;h=f99c81621c4f9efc575d58983f...
Author: Andrew Eikum aeikum@codeweavers.com Date: Wed Jul 21 14:04:22 2010 -0500
shell32: IShellFolder::ParseDisplayName should work for missing files if given valid IBindCtx.
Additionally, SHSimpleIDListFromPath now returns PIDLs for non-existent paths, as it should.
---
dlls/shell32/shfldr_unixfs.c | 55 +++++++-- dlls/shell32/shlfsbind.c | 2 +- dlls/shell32/tests/shlfolder.c | 263 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+), 14 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f99c81621c4f9efc575d58...