ole32: Use STGM_WRITE when opening child storage to delete its children.
This commit is contained in:
parent
2b3247a424
commit
bdbc482651
|
@ -1867,7 +1867,7 @@ static HRESULT deleteStorageProperty(
|
|||
(IStorage*)parentStorage,
|
||||
propertyToDelete.name,
|
||||
0,
|
||||
STGM_SHARE_EXCLUSIVE,
|
||||
STGM_WRITE | STGM_SHARE_EXCLUSIVE,
|
||||
0,
|
||||
0,
|
||||
&childStorage);
|
||||
|
|
Loading…
Reference in New Issue