Commit 58e47c61 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32: Fix some storage32 comments.

parent f129e2fb
...@@ -363,9 +363,9 @@ void StorageBaseImpl_RemoveStream(StorageBaseImpl * stg, StgStreamImpl * strm) D ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment