Implement SHGetPathFromIDList based on GetDisplayNameOf.
[wine] / dlls / shell32 / tests / shlfolder.c
2005-06-14  Michael JungReplace magic error constant.
2005-06-14  Michael JungReturn the correct attributes for the desktop folder.
2005-06-14  Michael JungAdded tests to compare SHGetPathFromIDList and GetDispl...
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-06-01  Mike McCormackEliminate some -Wwrite-strings warnings.
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2004-10-25  Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-11  Vitaliy MargolenSort files/folders before testing.
2004-10-07  Francois GougetConformance tests must not include wine/debug.h.
2004-09-13  Vitaliy MargolenIShellFolder::CompareIDs - return only -1/0/1 in lower...