Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c72ecb1d
Commit
c72ecb1d
authored
Jun 02, 2011
by
Vincent Povirk
Committed by
Alexandre Julliard
Jun 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Avoid opening source storage in IStorage::CopyTo.
parent
e11e1841
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
157 additions
and
124 deletions
+157
-124
storage32.c
dlls/ole32/storage32.c
+156
-123
storage32.c
dlls/ole32/tests/storage32.c
+1
-1
No files found.
dlls/ole32/storage32.c
View file @
c72ecb1d
This diff is collapsed.
Click to expand it.
dlls/ole32/tests/storage32.c
View file @
c72ecb1d
...
@@ -2881,7 +2881,7 @@ static void test_copyto_locking(void)
...
@@ -2881,7 +2881,7 @@ static void test_copyto_locking(void)
/* Try to copy the storage while the substorage is open */
/* Try to copy the storage while the substorage is open */
r
=
IStorage_CopyTo
(
stg2
,
0
,
NULL
,
NULL
,
stg3
);
r
=
IStorage_CopyTo
(
stg2
,
0
,
NULL
,
NULL
,
stg3
);
todo_wine
ok
(
r
==
S_OK
,
"IStorage->CopyTo failed, hr=%08x
\n
"
,
r
);
ok
(
r
==
S_OK
,
"IStorage->CopyTo failed, hr=%08x
\n
"
,
r
);
IStorage_Release
(
stg4
);
IStorage_Release
(
stg4
);
IStorage_Release
(
stg3
);
IStorage_Release
(
stg3
);
...
...
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