oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / ole32 / memlockbytes.c
2012-07-17  Nikolay Sivovole32: COM cleanup of HGLOBAL ILockBytes implementation.
2011-04-15  Dmitry Timoshkovole32: Replace a spurious FIXME by a TRACE.
2009-04-28  Huw Daviesole32: Don't ask for a name if it's not required.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2007-02-26  Rob Shearmanole32: Use IsEqualIID instead of memcmp in HGLOBALLockB...
2007-01-19  Andrew Talbotole32: Declare some functions static.
2006-11-22  Huw Daviesole32: Spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-06-10  Alexandre Julliardole32: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-07  Vitaly LipatovAdded some documentation.
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-23  Francois GougetAssorted spelling fixes.
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-11-26  Dimitrie O. PaunFix mem leak when GlobalReAlloc() fails.
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-15  Steven EdwardsSeparate Win16 and Win32 implementations in memlockbytes.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Marcus Meissnerole2nls.c is a 16bit only.
2002-07-05  Marcus MeissnerAdded a generic way of doing GetHGlobalFromILockBytes().
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.