wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / storage32.h
2008-04-10  Austin Englishole32: Spelling fixes.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-06-07  Aric Stewartole32: Implementation of state bits for IStorage.
2007-03-21  Dmitry Timoshkovole32: Move the storage signatures to the appropriate...
2007-03-20  Aric Stewartole32: Rework storage with blockfiles to properly use...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-09-11  Robert Shearmanole32: Convert the *_{Read,Write}At structured storage...
2006-08-03  Robert Shearmanole32: Ensure that a returned free block is valid in...
2006-08-02  Alexandre Julliardole32: Make some functions and variables static.
2006-06-10  Alexandre Julliardole32: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2005-12-22  Ulrich Czekallaole32: Return error instead of asserting if storage...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-14  Juan Lang- maintain proper byte order
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-04-24  Juan LangDefine and use endian conversion macros for big-endian...
2005-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-02-24  Mike McCormackAdd struct StorageBaseImpl at the start of derived...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
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-01-31  Alexandre JulliardCodeWeavers
2002-01-01  Jukka HeinonenName of the structured storage file root node is path...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-17  Andrew LewyckyRewrite the BIGBLOCKFILE implementation for better...
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-01-26  Gerard PatelReturns an error if trying to write to a stream opened...
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.