include: Assorted spelling fixes.
[wine] / dlls / ole32 / ftmarshal.c
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2010-12-15  Michael Stefaniucole32: Use ifaces instead of vtbl pointers in FTMarshal...
2010-04-07  Alexandre Julliardole32: Fix the free threaded marshaller data for 64...
2009-06-09  Alexandre Julliardole32: Get rid of line feeds and tabs in traces.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-06-19  Robert Shearmanole32: Document CoCreateFreeThreadedMarshaler.
2006-06-09  Robert Shearmanole32: Implement FTMarshalImpl_GetMarshalSizeMax.
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-25  Robert Shearmanole32: Add a class factory for CLSID_InProcFreeMarshaler.
2006-05-25  Robert Shearmanole32: Implement GetUnmarshalClass for the free-threade...
2006-05-25  Robert Shearmanole32: Implement table-strong marshaling and ReleaseMar...
2006-05-25  Robert Shearmanole32: Implement table-weak marshaling for the free...
2006-05-25  Robert Shearmanole32: Release the standard marshal in the free-threade...
2006-05-25  Robert Shearmanole32: Add a rough implementation of the free-threaded...
2006-05-25  Robert Shearmanole32: Fix the free-threaded marshaler when it has...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-16  Marcus MeissnerStaticify FTMarshalImpl definition.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
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.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.