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
e0dd7216
Commit
e0dd7216
authored
Sep 10, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Sep 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Remove redundant code.
dispinterfaces now have a type of RPC_FC_IP instead of 0, so this code will never be reached.
parent
fb30d61c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
write_msft.c
tools/widl/write_msft.c
+1
-4
No files found.
tools/widl/write_msft.c
View file @
e0dd7216
...
...
@@ -1005,10 +1005,7 @@ static int encode_type(
add_coclass_typeinfo
(
typelib
,
type
);
break
;
case
0
:
if
(
type
->
kind
==
TKIND_DISPATCH
)
add_dispinterface_typeinfo
(
typelib
,
type
);
else
error
(
"encode_type: VT_USERDEFINED - can't yet add typedef's on the fly
\n
"
);
error
(
"encode_type: VT_USERDEFINED - can't yet add typedef's on the fly
\n
"
);
break
;
default:
error
(
"encode_type: VT_USERDEFINED - unhandled type %d
\n
"
,
type
->
type
);
...
...
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