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
be77b876
Commit
be77b876
authored
Jan 05, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Implement NdrClientCall2 and NdrServerCall2.
parent
83ff8560
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
cproxy.c
dlls/rpcrt4/cproxy.c
+1
-1
ndr_misc.h
dlls/rpcrt4/ndr_misc.h
+0
-3
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+0
-0
rpcrt4.spec
dlls/rpcrt4/rpcrt4.spec
+2
-2
No files found.
dlls/rpcrt4/cproxy.c
View file @
be77b876
...
...
@@ -104,7 +104,7 @@ static HRESULT WINAPI ObjectStubless(DWORD index)
unsigned
bytes
=
*
(
const
WORD
*
)(
fs
+
8
)
-
STACK_ADJUST
;
TRACE
(
"(%p)->(%ld)([%d bytes]) ret=%08lx
\n
"
,
iface
,
index
,
bytes
,
*
(
DWORD
*
)(
args
+
bytes
));
return
RPCRT4_
NdrClientCall2
(
This
->
stubless
->
pStubDesc
,
fs
,
args
);
return
NdrClientCall2
(
This
->
stubless
->
pStubDesc
,
fs
,
args
);
}
#else
/* __i386__ */
...
...
dlls/rpcrt4/ndr_misc.h
View file @
be77b876
...
...
@@ -30,9 +30,6 @@
struct
IPSFactoryBuffer
;
LONG_PTR
RPCRT4_NdrClientCall2
(
PMIDL_STUB_DESC
pStubDesc
,
PFORMAT_STRING
pFormat
,
va_list
args
);
HRESULT
RPCRT4_GetPSFactory
(
REFIID
riid
,
struct
IPSFactoryBuffer
**
ppPS
);
#define ComputeConformance(pStubMsg, pMemory, pFormat, def) ComputeConformanceOrVariance(pStubMsg, pMemory, pFormat, def, &pStubMsg->MaxCount)
...
...
dlls/rpcrt4/ndr_stubless.c
View file @
be77b876
This diff is collapsed.
Click to expand it.
dlls/rpcrt4/rpcrt4.spec
View file @
be77b876
...
...
@@ -303,7 +303,7 @@
@ stub NdrRpcSsDisableAllocate
@ stub NdrRpcSsEnableAllocate
@ stdcall NdrSendReceive(ptr ptr)
@ st
ub NdrServerCall2
@ st
dcall NdrServerCall2(ptr)
@ stub NdrServerCall
@ stdcall NdrServerContextMarshall(ptr ptr long)
@ stdcall NdrServerContextNewMarshall(ptr ptr ptr ptr) # wxp
...
...
@@ -323,7 +323,7 @@
@ stdcall NdrSimpleStructUnmarshall(ptr ptr ptr long)
@ stdcall NdrSimpleTypeMarshall(ptr ptr long)
@ stdcall NdrSimpleTypeUnmarshall(ptr ptr long)
@ st
ub NdrStubCall2
@ st
dcall NdrStubCall2(ptr ptr ptr ptr)
@ stub NdrStubCall
@ stdcall NdrStubForwardingFunction(ptr ptr ptr ptr)
@ stdcall NdrStubGetBuffer(ptr ptr ptr)
...
...
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