ole32: Fix some storage32 comments.
This commit is contained in:
parent
f129e2fbb1
commit
58e47c612f
|
@ -363,9 +363,9 @@ void StorageBaseImpl_RemoveStream(StorageBaseImpl * stg, StgStreamImpl * strm) D
|
||||||
#define BLOCKCHAIN_CACHE_SIZE 4
|
#define BLOCKCHAIN_CACHE_SIZE 4
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Storage32Impl definitions.
|
* StorageImpl definitions.
|
||||||
*
|
*
|
||||||
* This implementation of the IStorage32 interface represents a root
|
* This implementation of the IStorage interface represents a root
|
||||||
* storage. Basically, a document file.
|
* storage. Basically, a document file.
|
||||||
*/
|
*/
|
||||||
struct StorageImpl
|
struct StorageImpl
|
||||||
|
|
Loading…
Reference in New Issue