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
071ea06a
Commit
071ea06a
authored
May 21, 2007
by
Rob Shearman
Committed by
Alexandre Julliard
May 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Remove a useless trace.
Remove an incorrect comment.
parent
dd8a736c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
marshal.c
dlls/ole32/tests/marshal.c
+0
-9
No files found.
dlls/ole32/tests/marshal.c
View file @
071ea06a
...
...
@@ -241,7 +241,6 @@ static DWORD CALLBACK host_object_proc(LPVOID p)
{
if
(
msg
.
hwnd
==
NULL
&&
msg
.
message
==
RELEASEMARSHALDATA
)
{
trace
(
"releasing marshal data
\n
"
);
CoReleaseMarshalData
(
data
->
stream
);
SetEvent
((
HANDLE
)
msg
.
lParam
);
}
...
...
@@ -523,14 +522,6 @@ static void test_proxy_marshal_and_unmarshal(void)
ok_more_than_one_lock
();
/* now the proxies should be as follows:
* pProxy2 -> &Test_ClassFactory
* they should NOT be as follows:
* pProxy -> &Test_ClassFactory
* pProxy2 -> pProxy
* the above can only really be tested by looking in +ole traces
*/
IUnknown_Release
(
pProxy2
);
/* unmarshal all of the proxies to check that the object stub still exists */
...
...
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