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
00d132ee
Commit
00d132ee
authored
Jul 28, 2013
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Store typeinfo hreftype while saving typelib.
parent
f9e73f97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
typelib.c
dlls/oleaut32/typelib.c
+6
-2
No files found.
dlls/oleaut32/typelib.c
View file @
00d132ee
...
...
@@ -9409,10 +9409,14 @@ static DWORD WMSFT_compile_typeinfo(ITypeInfoImpl *info, INT16 index, WMSFT_TLBF
else
base
->
posguid
=
-
1
;
base
->
flags
=
info
->
wTypeFlags
;
if
(
info
->
Name
)
if
(
info
->
Name
)
{
base
->
NameOffset
=
info
->
Name
->
offset
;
else
((
unsigned
char
*
)
file
->
name_seg
.
data
)[
info
->
Name
->
offset
+
9
]
=
0x38
;
*
(
HREFTYPE
*
)((
unsigned
char
*
)
file
->
name_seg
.
data
+
info
->
Name
->
offset
)
=
info
->
hreftype
;
}
else
{
base
->
NameOffset
=
-
1
;
}
base
->
version
=
(
info
->
wMinorVerNum
<<
16
)
|
info
->
wMajorVerNum
;
if
(
info
->
DocString
)
base
->
docstringoffs
=
info
->
DocString
->
offset
;
...
...
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