Commit bdbc4826 authored by Troy Rollo's avatar Troy Rollo Committed by Alexandre Julliard

ole32: Use STGM_WRITE when opening child storage to delete its children.

parent 2b3247a4
...@@ -1867,7 +1867,7 @@ static HRESULT deleteStorageProperty( ...@@ -1867,7 +1867,7 @@ static HRESULT deleteStorageProperty(
(IStorage*)parentStorage, (IStorage*)parentStorage,
propertyToDelete.name, propertyToDelete.name,
0, 0,
STGM_SHARE_EXCLUSIVE, STGM_WRITE | STGM_SHARE_EXCLUSIVE,
0, 0,
0, 0,
&childStorage); &childStorage);
......
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