oleaut32: Use strdupW to duplicate strings.
[wine] / dlls / oleaut32 / tmarshal.c
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-20  Bill MedlandFully initialise the structure to prevent ill-defined...
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-14  Robert ShearmanImplement RPC_E_DISCONNECTED in proxies.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-27  Marcus MeissnerFunction return types cannot be const.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-09-07  Robert Shearman- Make typelib marshaler thread-safe (problem reported...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-30  Mike HearnDisconnect the server object from the stub on stub...
2004-06-28  Mike HearnMake typelib marshaller safe for systems that don't...
2004-06-23  Mike Hearn- Don't ERR on a used connection being destroyed.
2004-06-17  Mike HearnFix typelib marshaller relaying, add a comment describi...
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-12-01  Marcus MeissnerUse correct pointer for SysFreeString.
2003-09-22  Marcus Meissner_nrroffuncs: Check for error before dereferencing retur...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-17  Alexandre JulliardAvoid local WINAPI function pointers in _invoke.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Marcus MeissnerReverted last VT_USERDEFINED patch (was broken).
2002-12-12  Marcus MeissnerSerialize/deserialize all reftypes in VT_USERDEFINED.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Marcus MeissnerMarshal VT_R4 (4 byte float).
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
2002-06-14  Marcus MeissnerHandle argsize for VT_DATE.
2002-06-10  Marcus MeissnerMerged the two serializer and unserializer functions...
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-06  Marcus MeissnerBSTRs can be NULL, handle them seperately.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.