Commit bff122fe authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Avoid non-standard types in rpcdcep.h.

parent 4d612456
EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
TOPSRCDIR = @top_srcdir@ TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../.. TOPOBJDIR = ../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
......
...@@ -1024,7 +1024,7 @@ RPC_STATUS WINAPI RpcBindingToStringBindingA( RPC_BINDING_HANDLE Binding, unsign ...@@ -1024,7 +1024,7 @@ RPC_STATUS WINAPI RpcBindingToStringBindingA( RPC_BINDING_HANDLE Binding, unsign
/*********************************************************************** /***********************************************************************
* RpcBindingToStringBindingW (RPCRT4.@) * 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; RPC_STATUS ret;
unsigned char *str = NULL; unsigned char *str = NULL;
......
...@@ -992,7 +992,7 @@ RPC_STATUS WINAPI RpcMgmtStopServerListening ( RPC_BINDING_HANDLE Binding ) ...@@ -992,7 +992,7 @@ RPC_STATUS WINAPI RpcMgmtStopServerListening ( RPC_BINDING_HANDLE Binding )
/*********************************************************************** /***********************************************************************
* I_RpcServerStartListening (RPCRT4.@) * I_RpcServerStartListening (RPCRT4.@)
*/ */
RPC_STATUS WINAPI I_RpcServerStartListening( void* hWnd ) RPC_STATUS WINAPI I_RpcServerStartListening( HWND hWnd )
{ {
FIXME( "(%p): stub\n", hWnd ); FIXME( "(%p): stub\n", hWnd );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment