shell32: SHELL32_GetItemAttributes()
[wine] / dlls / shell32 / cpanelfolder.c
2006-01-16  Robert Shearmanshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-12  Ge van GeldorpFix execution of Control Panel items.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-03  Mike McCormack-Wpointer-sign fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-10  Juan LangFixes to IShellFolder::GetAttributesOf implementations...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-19  Mike McCormackRemove an unused function.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-02-09  Ge van Geldorp- Fix quoting of .cpl filename.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-14  Juan LangCorrect some PIDL types and eliminate some magic number...
2004-04-13  Martin FuchsCorrect IShellFolder::GetAttributesOf() for the case...
2004-04-08  Juan LangMove control panel applet enumeration to cpanelfolder.c.
2004-04-07  Juan Lang- comment fixes
2004-03-27  Martin FuchsImplementation of the control panel folder in shell...