Commit 1255eaf8 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: I_RpcBindingInqTransportType and I_RpcMapWin32Status should be always defined.

parent e998892a
......@@ -183,11 +183,6 @@ RPCRTAPI UINT RPC_ENTRY
RPCRTAPI RPC_STATUS RPC_ENTRY
I_RpcSetWMsgEndpoint( WCHAR* Endpoint );
RPCRTAPI RPC_STATUS RPC_ENTRY
I_RpcBindingInqTransportType( RPC_BINDING_HANDLE Binding, unsigned int* Type );
RPCRTAPI LONG RPC_ENTRY I_RpcMapWin32Status(RPC_STATUS);
#endif
#else
......@@ -212,6 +207,11 @@ RPCRTAPI UINT RPC_ENTRY
#endif
RPCRTAPI RPC_STATUS RPC_ENTRY
I_RpcBindingInqTransportType( RPC_BINDING_HANDLE Binding, unsigned int* Type );
RPCRTAPI LONG RPC_ENTRY I_RpcMapWin32Status(RPC_STATUS);
#ifdef __cplusplus
}
#endif
......
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