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
7ca82cd6
Commit
7ca82cd6
authored
Apr 18, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Apr 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Ignore [object] attribute on interfaces written to a typelib.
parent
b5d677a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
typelib.c
tools/widl/typelib.c
+1
-0
write_msft.c
tools/widl/write_msft.c
+3
-0
No files found.
tools/widl/typelib.c
View file @
7ca82cd6
...
...
@@ -268,6 +268,7 @@ void add_typedef(type_t *tdef, var_t *name)
typelib_entry_t
*
entry
;
if
(
!
typelib
)
return
;
chat
(
"add typedef: %s
\n
"
,
name
->
name
);
entry
=
xmalloc
(
sizeof
(
*
entry
));
entry
->
kind
=
TKIND_ALIAS
;
entry
->
u
.
tdef
=
xmalloc
(
sizeof
(
*
entry
->
u
.
tdef
));
...
...
tools/widl/write_msft.c
View file @
7ca82cd6
...
...
@@ -1730,6 +1730,9 @@ static msft_typeinfo_t *create_msft_typeinfo(msft_typelib_t *typelib, enum type_
typeinfo
->
flags
|=
0x80
;
/* TYPEFLAG_FNONEXTENSIBLE */
break
;
case
ATTR_OBJECT
:
break
;
case
ATTR_ODL
:
break
;
...
...
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