ole32: Add missed initialization of virtual function table.
This commit is contained in:
parent
4027813764
commit
eab89da812
|
@ -4854,6 +4854,7 @@ static StorageInternalImpl* StorageInternalImpl_Construct(
|
|||
* Initialize the virtual function table.
|
||||
*/
|
||||
newStorage->base.lpVtbl = &Storage32InternalImpl_Vtbl;
|
||||
newStorage->base.pssVtbl = &IPropertySetStorage_Vtbl;
|
||||
newStorage->base.baseVtbl = &StorageInternalImpl_BaseVtbl;
|
||||
newStorage->base.openFlags = (openFlags & ~STGM_CREATE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue