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
b9bfc8e9
Commit
b9bfc8e9
authored
Jan 25, 2005
by
Huw Davies
Committed by
Alexandre Julliard
Jan 25, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add encoding for VT_R8.
Bug fix: Initialise child_size.
parent
3b4801c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
write_msft.c
tools/widl/write_msft.c
+7
-1
No files found.
tools/widl/write_msft.c
View file @
b9bfc8e9
...
...
@@ -682,7 +682,7 @@ static int encode_type(
int
typeoffset
;
int
*
typedata
;
int
target_type
;
int
child_size
;
int
child_size
=
0
;
chat
(
"encode_type vt %d type %p
\n
"
,
vt
,
type
);
...
...
@@ -741,6 +741,12 @@ static int encode_type(
*
alignment
=
4
;
break
;
case
VT_R8
:
*
encoded_type
=
default_type
;
*
width
=
8
;
*
alignment
=
8
;
break
;
case
VT_CY
:
*
encoded_type
=
default_type
;
*
width
=
8
;
...
...
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