Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
04e0986d
Commit
04e0986d
authored
Aug 21, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Aug 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Constify some variables.
parent
b7e42042
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rpc_server.c
dlls/rpcrt4/rpc_server.c
+1
-1
rpc_transport.c
dlls/rpcrt4/rpc_transport.c
+1
-1
No files found.
dlls/rpcrt4/rpc_server.c
View file @
04e0986d
...
...
@@ -119,7 +119,7 @@ static inline UUID *LookupObjType(UUID *ObjUuid)
}
static
RpcServerInterface
*
RPCRT4_find_interface
(
UUID
*
object
,
RPC_SYNTAX_IDENTIFIER
*
if_id
,
const
RPC_SYNTAX_IDENTIFIER
*
if_id
,
BOOL
check_object
)
{
UUID
*
MgrType
=
NULL
;
...
...
dlls/rpcrt4/rpc_transport.c
View file @
04e0986d
...
...
@@ -1475,7 +1475,7 @@ ULONG RpcAssoc_Release(RpcAssoc *assoc)
#define ROUND_UP(value, alignment) (((value) + ((alignment) - 1)) & ~((alignment)-1))
static
RPC_STATUS
RpcAssoc_BindConnection
(
RpcAssoc
*
assoc
,
RpcConnection
*
conn
,
static
RPC_STATUS
RpcAssoc_BindConnection
(
const
RpcAssoc
*
assoc
,
RpcConnection
*
conn
,
const
RPC_SYNTAX_IDENTIFIER
*
InterfaceId
,
const
RPC_SYNTAX_IDENTIFIER
*
TransferSyntax
)
{
...
...
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