ole: Fix mis-handling of return value in StgStreamImpl_Read.
[wine] / dlls / ole32 / datacache.c
2005-09-28  Alex Villacís LassoAdd NULL check for sinkInterface in DataCache_GetAdvise.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-27  Mike McCormackRemove unnecessary function prototypes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-18  Vincent BéronFix some types problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
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-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-07-16  Andreas MohrSpelling fixes.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-05-23  Alexandre JulliardAbey George (of Macadamian/Corel)
2000-03-19  Andrew LewyckySupport loading any presentation aspect.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.