shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY.
[wine] / dlls / shell32 / shellitem.c
2009-05-22  Vincent Povirkshell32: Implement ShellItem_GetAttributes.
2009-05-22  Vincent Povirkshell32: Implement IShellItem_GetParent.
2009-05-22  Vincent Povirkshell32: Handle parent folders in SHCreateShellItem.
2009-05-22  Vincent Povirkshell32: Fail properly when no pidl is passed to SHCrea...
2009-02-26  Vincent Povirkshell32: Implement Get/SetIDList on ShellItem objects.
2009-02-25  Francois Gougetshell32: Remove WINAPI on static functions where not...
2009-02-24  Vincent Povirkshell32: Add IPersistIDList interface to ShellItem...
2009-02-24  Vincent Povirkshell32: Partially implement SHCreateShellItem.
2009-02-24  Vincent Povirkshell32: Add stub implementation of IShellItem.