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
7d92b89a
Commit
7d92b89a
authored
Jun 21, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jun 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
parent
45d42528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
rpc_binding.c
dlls/rpcrt4/rpc_binding.c
+18
-0
rpcrt4.spec
dlls/rpcrt4/rpcrt4.spec
+2
-2
No files found.
dlls/rpcrt4/rpc_binding.c
View file @
7d92b89a
...
...
@@ -953,6 +953,24 @@ ULONG RpcAuthInfo_Release(RpcAuthInfo *AuthInfo)
}
/***********************************************************************
* RpcRevertToSelf (RPCRT4.@)
*/
RPC_STATUS
WINAPI
RpcRevertToSelf
(
void
)
{
FIXME
(
"stub
\n
"
);
return
RPC_S_OK
;
}
/***********************************************************************
* RpcMgmtSetComTimeout (RPCRT4.@)
*/
RPC_STATUS
WINAPI
RpcMgmtSetComTimeout
(
RPC_BINDING_HANDLE
BindingHandle
,
unsigned
int
Timeout
)
{
FIXME
(
"(%p, %d): stub
\n
"
,
BindingHandle
,
Timeout
);
return
RPC_S_OK
;
}
/***********************************************************************
* RpcBindingInqAuthInfoExA (RPCRT4.@)
*/
RPCRTAPI
RPC_STATUS
RPC_ENTRY
...
...
dlls/rpcrt4/rpcrt4.spec
View file @
7d92b89a
...
...
@@ -439,7 +439,7 @@
@ stdcall RpcMgmtIsServerListening(ptr)
@ stub RpcMgmtSetAuthorizationFn
@ stub RpcMgmtSetCancelTimeout
@ st
ub RpcMgmtSetComTimeout
@ st
dcall RpcMgmtSetComTimeout(ptr long)
@ stub RpcMgmtSetParameter # win9x
@ stub RpcMgmtSetServerStackSize
@ stub RpcMgmtStatsVectorFree
...
...
@@ -458,7 +458,7 @@
@ stub RpcProtseqVectorFreeW
@ stdcall RpcRaiseException(long)
@ stub RpcRegisterAsyncInfo
@ st
ub RpcRevertToSelf
@ st
dcall RpcRevertToSelf()
@ stdcall RpcRevertToSelfEx(ptr)
@ stdcall RpcServerInqBindings(ptr)
@ stub RpcServerInqCallAttributesA # wxp
...
...
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