ole32: Fix stream ref counting.
[wine] / dlls / ole32 / tests / storage32.c
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-02-21  Dr J A Gowole32: Fix up permissions when opening streams.
2006-02-15  Mike McCormackole32: Added a test showing OLE storage's IStorage...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-07  Richard CohenRelax the share mode validation for transacted storage...
2005-06-15  Mike McCormackFix declarations in the tests.
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.