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
4fddc5e7
Commit
4fddc5e7
authored
Nov 13, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 13, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Add some missing prototypes and better match the PSDK types.
parent
4f16a43c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
rpcrt4_main.c
dlls/rpcrt4/rpcrt4_main.c
+2
-2
rpcdce.h
include/rpcdce.h
+4
-0
rpcdcep.h
include/rpcdcep.h
+2
-0
No files found.
dlls/rpcrt4/rpcrt4_main.c
View file @
4fddc5e7
...
...
@@ -859,7 +859,7 @@ void WINAPI I_RpcFree(void *Object)
/******************************************************************************
* I_RpcMapWin32Status (rpcrt4.@)
*/
DWORD
WINAPI
I_RpcMapWin32Status
(
RPC_STATUS
status
)
LONG
WINAPI
I_RpcMapWin32Status
(
RPC_STATUS
status
)
{
FIXME
(
"(%ld): stub
\n
"
,
status
);
return
0
;
...
...
@@ -911,7 +911,7 @@ void RPCRT4_SetThreadCurrentConnection(RpcConnection *Connection)
/******************************************************************************
* RpcCancelThread (rpcrt4.@)
*/
RPC_STATUS
RPC_ENTRY
RpcCancelThread
(
HANDLE
ThreadHandle
)
RPC_STATUS
RPC_ENTRY
RpcCancelThread
(
void
*
ThreadHandle
)
{
DWORD
target_tid
;
struct
threaddata
*
tdata
;
...
...
include/rpcdce.h
View file @
4fddc5e7
...
...
@@ -367,6 +367,8 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcServerListen
(
unsigned
int
MinimumCallThreads
,
unsigned
int
MaxCalls
,
unsigned
int
DontWait
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcMgmtSetCancelTimeout
(
LONG
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcMgmtWaitServerListen
(
void
);
...
...
@@ -466,6 +468,8 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
ULONG
*
AuthnSvc
,
RPC_AUTH_IDENTITY_HANDLE
*
AuthIdentity
,
ULONG
*
AuthzSvc
);
#define RpcBindingInqAuthInfo WINELIB_NAME_AW(RpcBindingInqAuthInfo)
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcCancelThread
(
void
*
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
RpcNetworkIsProtseqValidA
(
RPC_CSTR
protseq
);
RPCRTAPI
RPC_STATUS
RPC_ENTRY
...
...
include/rpcdcep.h
View file @
4fddc5e7
...
...
@@ -162,6 +162,8 @@ RPCRTAPI RPC_STATUS RPC_ENTRY
RPCRTAPI
RPC_STATUS
RPC_ENTRY
I_RpcBindingInqTransportType
(
RPC_BINDING_HANDLE
Binding
,
unsigned
int
*
Type
);
RPCRTAPI
LONG
RPC_ENTRY
I_RpcMapWin32Status
(
RPC_STATUS
);
#endif
#else
...
...
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