Remove tabs and make formatting consistent.
[wine] / dlls / shell32 / memorystream.c
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-11-19  Robert Shearman- Use more specific error codes than E_FAIL, where...
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-01-18  Martin FuchsIStream_fnWrite: only return write count if the given...
2004-01-18  Martin FuchsCreateStreamOnFile(): use flag FILE_SHARE_READ for...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-10  Juergen SchmiedIStream interface for file access.