mshtml: Don't use PRInt32 in property getters implementations.
[wine] / dlls / ole32 / marshal.c
2004-09-09  Alexandre JulliardGet rid 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-02  Robert Shearman- Add static to non-exported marshal functions.
2004-08-02  Mike HearnDisconnect proxies at COM shutdown to release the corre...
2004-07-30  Robert ShearmanEmit fixme for known local wrong behaviour.
2004-07-29  Mike HearnImplement disconnect for proxies so that stubs are...
2004-07-29  Mike HearnFix ref counting in StdMarshalImpl_MarshalInterface...
2004-07-23  Mike HearnPass -Embedding switch to EXE servers, more tracing.
2004-07-22  Robert Shearman- Remove unneeded STUBMGR_Start call.
2004-07-22  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Rob Shearman...
2004-06-30  Aric StewartReturn an error in CoMarshalInterface if the IUnknown...
2004-06-17  Ivan Leo PuotiRemoved the winedefault.reg message.
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-05-29  Robert ShearmanFixed CoMarshalInterThreadInterfaceInStream and
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-05-02  Marcus MeissnerImplemented CoReleaseMarshalData.
2004-04-30  Marcus MeissnerFixed lvalue casts.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-03-11  Mike HearnImplemented the global interface table object using...
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-11-04  Marcus MeissnerHandle errors in std marshaller better, do not crash.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Marcus MeissnerTell the user if winedefault.reg is not loaded.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Stefan LeichterCompile fix for GCC 2.7.x.
2002-02-05  Marcus MeissnerImplemented Local Server COM.