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
f43b5490
Commit
f43b5490
authored
Jan 06, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 08, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4/tests: Remove an unneeded '#if 0' and fix the code so it compiles without warnings.
parent
9f586f1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
cstub.c
dlls/rpcrt4/tests/cstub.c
+2
-5
No files found.
dlls/rpcrt4/tests/cstub.c
View file @
f43b5490
...
...
@@ -869,12 +869,9 @@ static void test_delegating_Invoke(IPSFactoryBuffer *ppsf)
memset
(
&
msg
,
0
,
sizeof
(
msg
));
msg
.
dataRepresentation
=
NDR_LOCAL_DATA_REPRESENTATION
;
msg
.
iMethod
=
3
;
#if 0 /* FIXME: Figure out why this fails i
n Windows */
/* FIXME: Figure out why this fails o
n Windows */
r
=
IRpcStubBuffer_Invoke
(
pstub
,
&
msg
,
pchan
);
ok(r == S_OK, "ret %08lx\n", r);
#else
pchan
=
NULL
;
/* stop compiler waring */
#endif
ok
(
r
==
S_OK
,
"ret %08x
\n
"
,
r
);
if
(
r
==
S_OK
)
{
ok
(
*
(
DWORD
*
)
msg
.
Buffer
==
0xabcdef
,
"buf[0] %08x
\n
"
,
*
(
DWORD
*
)
msg
.
Buffer
);
...
...
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