include: I_RpcBindingInqTransportType and I_RpcMapWin32Status should be always defined.
This commit is contained in:
parent
e998892a23
commit
1255eaf8b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue