We are no longer generating .spec.c files.
[wine] / dlls / ole32 / ole16.c
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.