Fix missing imports on NT4.
[wine] / dlls / ole32 / storage32.c
2004-11-30  Eric PouechConst correctness fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
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-10  Mike McCormackstat on memory storage should return a NULL name, not "".
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-04-30  Francois GougetAdd a stub for StgCreateStorageEx(). Returns
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-22  Mike McCormackChange erroneous malloc to HeapAlloc.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-11  Mike McCormackImplemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
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...
2002-11-18  Ryan Cumming- Move StgIsStorageFile16's implementation to StgIsStor...
2002-08-16  Huw D M DaviesDWORD at offset 0x40 in the header is the number of...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Mike McCormackFixed merge error.
2002-02-08  Lawson WhitneyFix off-by-one error in placing trailing \0.
2002-01-31  Alexandre JulliardCodeWeavers
2002-01-01  Jukka HeinonenName of the structured storage file root node is path...
2001-07-14  Marcus MeissnerMade some FIXME()s print the respective strings passed.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-16  Dmitry TimoshkovReturn STG_E_FILEALREADYEXISTS in ole32.StgOpenStorage...
2001-04-09  Marcus MeissnerAdded GetConvertStg stub.
2001-03-31  Gerard PatelDon't try to create file twice in the NULL filename...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-28  Marcus MeissnerFixed OleLoadFromStream: Dereference ppvObj and get...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-06-20  Noomen HamzaOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-03-08  Patrik StridvallFixed some warnings.
2000-02-29  Alexandre JulliardMurali Pattathe
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-26  Gerard PatelReturns an error if trying to write to a stream opened...
1999-11-21  Jim AstonAdded stub for StgSetTimes.
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.