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

This commit is contained in:
Troy Rollo 2006-05-31 12:35:53 +10:00 committed by Alexandre Julliard
parent 2b3247a424
commit bdbc482651
1 changed files with 1 additions and 1 deletions

View File

@ -1867,7 +1867,7 @@ static HRESULT deleteStorageProperty(
(IStorage*)parentStorage,
propertyToDelete.name,
0,
STGM_SHARE_EXCLUSIVE,
STGM_WRITE | STGM_SHARE_EXCLUSIVE,
0,
0,
&childStorage);