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
9a97360e
Commit
9a97360e
authored
Jan 31, 2005
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 31, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test that fails on Win98 and is not useful.
parent
e4a44b35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
marshal.c
dlls/ole32/tests/marshal.c
+2
-10
No files found.
dlls/ole32/tests/marshal.c
View file @
9a97360e
...
...
@@ -1128,13 +1128,6 @@ static void test_proxy_interfaces()
IUnknown
*
pOtherUnknown
=
NULL
;
DWORD
tid
;
HANDLE
thread
;
static
const
IID
IID_IMarshal2
=
{
0x000001cf
,
0x0000
,
0x0000
,
{
0xC0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
}
};
cLocks
=
0
;
...
...
@@ -1167,9 +1160,8 @@ static void test_proxy_interfaces()
todo_wine
{
ok_ole_success
(
hr
,
IUnknown_QueryInterface
IID_IMarshal
);
}
if
(
hr
==
S_OK
)
IUnknown_Release
(
pOtherUnknown
);
hr
=
IUnknown_QueryInterface
(
pProxy
,
&
IID_IMarshal2
,
(
LPVOID
*
)
&
pOtherUnknown
);
todo_wine
{
ok_ole_success
(
hr
,
IUnknown_QueryInterface
IID_IMarshal2
);
}
if
(
hr
==
S_OK
)
IUnknown_Release
(
pOtherUnknown
);
/* IMarshal2 is also supported on NT-based systems, but is pretty much
* useless as it has no more methods over IMarshal that it inherits from. */
IUnknown_Release
(
pProxy
);
...
...
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