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
aea6d237
Commit
aea6d237
authored
Jul 25, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Mark function that are only called from assembly as hidden.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e6ff0e63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+4
-3
No files found.
dlls/rpcrt4/ndr_stubless.c
View file @
aea6d237
...
@@ -602,8 +602,8 @@ PFORMAT_STRING convert_old_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFo
...
@@ -602,8 +602,8 @@ PFORMAT_STRING convert_old_args( PMIDL_STUB_MESSAGE pStubMsg, PFORMAT_STRING pFo
return
(
PFORMAT_STRING
)
args
;
return
(
PFORMAT_STRING
)
args
;
}
}
LONG_PTR
CDECL
ndr_client_call
(
PMIDL_STUB_DESC
pStubDesc
,
PFORMAT_STRING
pFormat
,
LONG_PTR
CDECL
DECLSPEC_HIDDEN
ndr_client_call
(
PMIDL_STUB_DESC
pStubDesc
,
PFORMAT_STRING
pFormat
,
void
**
stack_top
,
void
**
fpu_stack
)
void
**
stack_top
,
void
**
fpu_stack
)
{
{
/* pointer to start of stack where arguments start */
/* pointer to start of stack where arguments start */
RPC_MESSAGE
rpcMsg
;
RPC_MESSAGE
rpcMsg
;
...
@@ -1532,7 +1532,8 @@ struct async_call_data
...
@@ -1532,7 +1532,8 @@ struct async_call_data
ULONG_PTR
NdrCorrCache
[
256
];
ULONG_PTR
NdrCorrCache
[
256
];
};
};
LONG_PTR
CDECL
ndr_async_client_call
(
PMIDL_STUB_DESC
pStubDesc
,
PFORMAT_STRING
pFormat
,
void
**
stack_top
)
LONG_PTR
CDECL
DECLSPEC_HIDDEN
ndr_async_client_call
(
PMIDL_STUB_DESC
pStubDesc
,
PFORMAT_STRING
pFormat
,
void
**
stack_top
)
{
{
/* pointer to start of stack where arguments start */
/* pointer to start of stack where arguments start */
PRPC_MESSAGE
pRpcMsg
;
PRPC_MESSAGE
pRpcMsg
;
...
...
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