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
c35aa1d4
Commit
c35aa1d4
authored
Jun 10, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Adjust the start of the proxy virtual table for stubless proxies.
parent
e00b4582
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cpsf.c
dlls/rpcrt4/cpsf.c
+3
-2
No files found.
dlls/rpcrt4/cpsf.c
View file @
c35aa1d4
...
...
@@ -167,8 +167,9 @@ static void init_psfactory( CStdPSFactoryBuffer *psfac, const ProxyFileInfo **fi
if
(
file_list
[
i
]
->
pDelegatedIIDs
&&
file_list
[
i
]
->
pDelegatedIIDs
[
j
])
{
fill_delegated_proxy_table
(
(
IUnknownVtbl
*
)
proxies
[
j
]
->
Vtbl
,
stubs
[
j
]
->
header
.
DispatchTableCount
);
void
**
vtbl
=
proxies
[
j
]
->
Vtbl
;
if
(
file_list
[
i
]
->
TableVersion
>
1
)
vtbl
++
;
fill_delegated_proxy_table
(
(
IUnknownVtbl
*
)
vtbl
,
stubs
[
j
]
->
header
.
DispatchTableCount
);
pSrcRpcStubVtbl
=
(
void
*
const
*
)
&
CStdStubBuffer_Delegating_Vtbl
;
}
...
...
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