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
92f41c56
Commit
92f41c56
authored
Oct 26, 2010
by
Louis Lenders
Committed by
Alexandre Julliard
Oct 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Add stub for NdrMesTypeEncode2.
parent
85b886ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ndr_es.c
dlls/rpcrt4/ndr_es.c
+6
-0
rpcrt4.spec
dlls/rpcrt4/rpcrt4.spec
+1
-1
No files found.
dlls/rpcrt4/ndr_es.c
View file @
92f41c56
...
@@ -445,6 +445,12 @@ void RPC_ENTRY NdrMesTypeDecode2(handle_t Handle, const MIDL_TYPE_PICKLING_INFO
...
@@ -445,6 +445,12 @@ void RPC_ENTRY NdrMesTypeDecode2(handle_t Handle, const MIDL_TYPE_PICKLING_INFO
FIXME
(
"(%p, %p, %p, %p, %p)
\n
"
,
Handle
,
pPicklingInfo
,
pStubDesc
,
pFormatString
,
pObject
);
FIXME
(
"(%p, %p, %p, %p, %p)
\n
"
,
Handle
,
pPicklingInfo
,
pStubDesc
,
pFormatString
,
pObject
);
}
}
void
RPC_ENTRY
NdrMesTypeEncode2
(
handle_t
Handle
,
const
MIDL_TYPE_PICKLING_INFO
*
pPicklingInfo
,
const
MIDL_STUB_DESC
*
pStubDesc
,
PFORMAT_STRING
pFormatString
,
const
void
*
pObject
)
{
FIXME
(
"(%p, %p, %p, %p, %p)
\n
"
,
Handle
,
pPicklingInfo
,
pStubDesc
,
pFormatString
,
pObject
);
}
void
RPC_ENTRY
NdrMesTypeFree2
(
handle_t
Handle
,
const
MIDL_TYPE_PICKLING_INFO
*
pPicklingInfo
,
void
RPC_ENTRY
NdrMesTypeFree2
(
handle_t
Handle
,
const
MIDL_TYPE_PICKLING_INFO
*
pPicklingInfo
,
const
MIDL_STUB_DESC
*
pStubDesc
,
PFORMAT_STRING
pFormatString
,
void
*
pObject
)
const
MIDL_STUB_DESC
*
pStubDesc
,
PFORMAT_STRING
pFormatString
,
void
*
pObject
)
{
{
...
...
dlls/rpcrt4/rpcrt4.spec
View file @
92f41c56
...
@@ -227,7 +227,7 @@
...
@@ -227,7 +227,7 @@
@ stub NdrMesTypeAlignSize
@ stub NdrMesTypeAlignSize
@ stdcall NdrMesTypeDecode2(ptr ptr ptr ptr ptr)
@ stdcall NdrMesTypeDecode2(ptr ptr ptr ptr ptr)
@ stub NdrMesTypeDecode
@ stub NdrMesTypeDecode
@ st
ub NdrMesTypeEncode2
@ st
dcall NdrMesTypeEncode2(ptr ptr ptr ptr ptr)
@ stub NdrMesTypeEncode
@ stub NdrMesTypeEncode
@ stdcall NdrMesTypeFree2(ptr ptr ptr ptr ptr)
@ stdcall NdrMesTypeFree2(ptr ptr ptr ptr ptr)
@ stdcall NdrNonConformantStringBufferSize(ptr ptr ptr)
@ stdcall NdrNonConformantStringBufferSize(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