secur32: Replace const pointer parameters with correct pointers to const.
[wine] / dlls / ole32 / regsvr.c
2006-08-28  Robert Shearmanole32: Fix functions defined without specifying argumen...
2006-08-09  Francois Gougetole32: Register the CLSID_Picture_Metafile and CLSID_Pi...
2006-08-08  Francois Gougetole32: Add a BaseInterface where needed.
2006-07-27  Robert Shearmanole32: Add more self-registration entries for classes...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-09  Robert Shearmanole32: Register ISequentialStream for marshaling.
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-08  Robert Shearmanole32: Remove duplicated CLSIDs.
2006-05-08  Robert Shearmanole32: Register CLSID_CompositeMoniker.
2006-05-08  Robert Shearmanole32: Register CLSIDs for all OLE monikers.
2005-06-13  Robert Shearman- Add registry entries for local-only OLE interfaces.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-01-25  Robert Shearman- Move OLE automation interface registration to oleaut32.
2004-07-12  Marcus MeissnerIID_IObjectWithSite is already in libuuid, no need...
2004-02-27  Alexandre JulliardSync some of the dll registrations with the contents of
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-28  John K. HohmImplement DllRegisterServer and DllUnregisterServer...