shell32: SHELL32_GetItemAttributes()
[wine] / dlls / shell32 / autocomplete.c
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-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
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-07-04  Mike McCormackFix a buffer overrun in autocomplete.
2004-05-02  Maxime BellengéFix a string allocation.
2004-04-30  Maxime Bellengé- Fix the return key handling and clean up the code.
2004-04-26  Maxime BellengéImplemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UP...
2004-04-19  Maxime BellengéAdd the IAutoComplete and IAutoComplete2 implementation...