wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / ole16.c
2008-04-10  Austin Englishole32: Spelling fixes.
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2007-03-21  Rob Shearmanole32: The 16-bit version of CoDisconnectObject is...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-06-12  Alexandre Julliardole32: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-09  Robert Shearmanole: Remove __CLSIDFromStringA.
2005-12-12  Eric PouechFunctions with no paramters must be (void).
2005-12-12  Eric PouechConst correctness fixes.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vincent BéronRemove local declarations already in included public...
2005-07-24  Marcus MeissnerImplemented IsValidInterface16, CoMemAlloc.
2005-07-22  Marcus Meissner16bit interfaces are cdecl, so drop the WINAPI.
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-20  Robert ShearmanConvert some registry helper functions to use unicode...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-16  Marcus MeissnerMake _xmalloc16() static.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
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-11-26  Dimitrie O. PaunFix the IMalloc::ReAlloc() to follow the documented...
2003-09-30  Michael StefaniucFixes for memory leaks on error path.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-04-12  Alexandre JulliardThe com_interface attribute is not needed on derived...
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-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.