Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
bff122fe
Commit
bff122fe
authored
Sep 03, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Sep 03, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid non-standard types in rpcdcep.h.
parent
4d612456
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
dlls/rpcrt4/Makefile.in
+1
-1
rpc_binding.c
dlls/rpcrt4/rpc_binding.c
+1
-1
rpc_server.c
dlls/rpcrt4/rpc_server.c
+1
-1
No files found.
dlls/rpcrt4/Makefile.in
View file @
bff122fe
EXTRADEFS
=
-D_RPCRT4_
-DCOM_NO_WINDOWS_H
EXTRADEFS
=
-D_RPCRT4_
-DCOM_NO_WINDOWS_H
-DMSWMSG
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
...
...
dlls/rpcrt4/rpc_binding.c
View file @
bff122fe
...
...
@@ -1024,7 +1024,7 @@ RPC_STATUS WINAPI RpcBindingToStringBindingA( RPC_BINDING_HANDLE Binding, unsign
/***********************************************************************
* RpcBindingToStringBindingW (RPCRT4.@)
*/
RPC_STATUS
WINAPI
RpcBindingToStringBindingW
(
RPC_BINDING_HANDLE
Binding
,
LPWSTR
*
StringBinding
)
RPC_STATUS
WINAPI
RpcBindingToStringBindingW
(
RPC_BINDING_HANDLE
Binding
,
unsigned
short
*
*
StringBinding
)
{
RPC_STATUS
ret
;
unsigned
char
*
str
=
NULL
;
...
...
dlls/rpcrt4/rpc_server.c
View file @
bff122fe
...
...
@@ -992,7 +992,7 @@ RPC_STATUS WINAPI RpcMgmtStopServerListening ( RPC_BINDING_HANDLE Binding )
/***********************************************************************
* I_RpcServerStartListening (RPCRT4.@)
*/
RPC_STATUS
WINAPI
I_RpcServerStartListening
(
void
*
hWnd
)
RPC_STATUS
WINAPI
I_RpcServerStartListening
(
HWND
hWnd
)
{
FIXME
(
"(%p): stub
\n
"
,
hWnd
);
...
...
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