Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
bdc4755d
Commit
bdc4755d
authored
Oct 28, 2009
by
Vincent Povirk
Committed by
Alexandre Julliard
Nov 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Remove uses of This->base.ancestorStorage in removeFromTree.
parent
4e4810f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
storage32.c
dlls/ole32/storage32.c
+4
-4
No files found.
dlls/ole32/storage32.c
View file @
bdc4755d
...
...
@@ -2036,7 +2036,7 @@ static HRESULT removeFromTree(
setPropertyLink
(
&
parentProperty
,
typeOfRelation
,
propertyToDelete
.
leftChild
);
res
=
StorageImpl_WriteProperty
(
This
->
base
.
ancestorStorage
,
This
,
parentPropertyId
,
&
parentProperty
);
if
(
!
res
)
...
...
@@ -2057,7 +2057,7 @@ static HRESULT removeFromTree(
do
{
res
=
StorageImpl_ReadProperty
(
This
->
base
.
ancestorStorage
,
This
,
newRightChildParent
,
&
newRightChildParentProperty
);
if
(
!
res
)
...
...
@@ -2072,7 +2072,7 @@ static HRESULT removeFromTree(
newRightChildParentProperty
.
rightChild
=
propertyToDelete
.
rightChild
;
res
=
StorageImpl_WriteProperty
(
This
->
base
.
ancestorStorage
,
This
,
newRightChildParent
,
&
newRightChildParentProperty
);
if
(
!
res
)
...
...
@@ -2089,7 +2089,7 @@ static HRESULT removeFromTree(
setPropertyLink
(
&
parentProperty
,
typeOfRelation
,
propertyToDelete
.
rightChild
);
res
=
StorageImpl_WriteProperty
(
This
->
base
.
ancestorStorage
,
This
,
parentPropertyId
,
&
parentProperty
);
if
(
!
res
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment