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
234855f0
Commit
234855f0
authored
May 09, 2007
by
Dan Hipschman
Committed by
Alexandre Julliard
May 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Remove dead code in write_msft.c.
parent
541dddfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
write_msft.c
tools/widl/write_msft.c
+0
-8
No files found.
tools/widl/write_msft.c
View file @
234855f0
...
@@ -1157,14 +1157,6 @@ static int encode_var(
...
@@ -1157,14 +1157,6 @@ static int encode_var(
vt
=
get_type_vt
(
var
->
type
);
vt
=
get_type_vt
(
var
->
type
);
type
=
var
->
type
;
type
=
var
->
type
;
while
(
!
vt
)
{
if
(
type
->
ref
==
NULL
)
{
vt
=
VT_VOID
;
break
;
}
type
=
type
->
ref
;
vt
=
get_type_vt
(
type
);
}
encode_type
(
typelib
,
vt
,
type
,
encoded_type
,
width
,
alignment
,
decoded_size
);
encode_type
(
typelib
,
vt
,
type
,
encoded_type
,
width
,
alignment
,
decoded_size
);
if
(
type
->
type
==
RPC_FC_IP
)
return
2
;
if
(
type
->
type
==
RPC_FC_IP
)
return
2
;
return
0
;
return
0
;
...
...
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