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
e35a05b9
Commit
e35a05b9
authored
Jul 31, 2013
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 31, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Name guids hash table segment in MSFT_SegDir struct.
parent
0059a0af
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
typelib.c
dlls/oleaut32/typelib.c
+1
-1
typelib.h
dlls/oleaut32/typelib.h
+2
-2
typelib_struct.h
tools/widl/typelib_struct.h
+2
-2
No files found.
dlls/oleaut32/typelib.c
View file @
e35a05b9
...
...
@@ -9781,7 +9781,7 @@ static HRESULT WINAPI ICreateTypeLib2_fnSaveAllChanges(ICreateTypeLib2 *iface)
tmp_fill_segdir_seg
(
&
file
.
segdir
.
pTypeInfoTab
,
&
file
.
typeinfo_seg
,
&
running_offset
);
TRACE
(
"guidhashtab at: 0x%x
\n
"
,
running_offset
);
tmp_fill_segdir_seg
(
&
file
.
segdir
.
p
Libt
ab
,
&
file
.
guidhash_seg
,
&
running_offset
);
tmp_fill_segdir_seg
(
&
file
.
segdir
.
p
GuidHashT
ab
,
&
file
.
guidhash_seg
,
&
running_offset
);
TRACE
(
"guidtab at: 0x%x
\n
"
,
running_offset
);
tmp_fill_segdir_seg
(
&
file
.
segdir
.
pGuidTab
,
&
file
.
guid_seg
,
&
running_offset
);
...
...
dlls/oleaut32/typelib.h
View file @
e35a05b9
...
...
@@ -100,8 +100,8 @@ typedef struct tagMSFT_SegDir {
/*2*/
MSFT_pSeg
pImpInfo
;
/* table with info for imported types */
/*3*/
MSFT_pSeg
pImpFiles
;
/* import libraries */
/*4*/
MSFT_pSeg
pRefTab
;
/* References table */
/*5*/
MSFT_pSeg
p
Libtab
;
/* always exists, always same size (0x80) */
/* hash table w
offsets to guid?????
*/
/*5*/
MSFT_pSeg
p
GuidHashTab
;
/* always exists, always same size (0x80) */
/* hash table w
ith offsets to guid
*/
/*6*/
MSFT_pSeg
pGuidTab
;
/* all guids are stored here together with */
/* offset in some table???? */
/*7*/
MSFT_pSeg
pNameHashTab
;
/* always created, always same size (0x200) */
...
...
tools/widl/typelib_struct.h
View file @
e35a05b9
...
...
@@ -97,8 +97,8 @@ typedef struct tagMSFT_SegDir {
/*2*/
MSFT_pSeg
pImpInfo
;
/* table with info for imported types */
/*3*/
MSFT_pSeg
pImpFiles
;
/* import libraries */
/*4*/
MSFT_pSeg
pRefTab
;
/* References table */
/*5*/
MSFT_pSeg
p
Libtab
;
/* always exists, always same size (0x80) */
/* hash table w
offsets to guid?????
*/
/*5*/
MSFT_pSeg
p
GuidHashTab
;
/* always exists, always same size (0x80) */
/* hash table w
ith offsets to guid
*/
/*6*/
MSFT_pSeg
pGuidTab
;
/* all guids are stored here together with */
/* offset in some table???? */
/*7*/
MSFT_pSeg
pNameHashTab
;
/* always created, always same size (0x200) */
...
...
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