shell32: IShellFolder::ParseDisplayName should work for missing files if given valid...
commitf99c81621c4f9efc575d58983fd5bc5c55fff3cd
authorAndrew Eikum <aeikum@codeweavers.com>
Wed, 21 Jul 2010 19:04:22 +0000 (21 14:04 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Jul 2010 08:24:56 +0000 (22 10:24 +0200)
tree39f248e9e95e1946b1571eba19341f1dd430129c
parente8c5e2b890ff28ef90a3c7f38003a7b4c0c00f06
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
dlls/shell32/shlfsbind.c
dlls/shell32/tests/shlfolder.c