Rob Shearman : include: I_RpcBindingInqTransportType and I_RpcMapWin32Status should be always defined .

Alexandre Julliard julliard at winehq.org
Mon Jan 7 08:39:26 CST 2008


Module: wine
Branch: master
Commit: 1255eaf8b4a73dfd06506987a63a86b1c8314b1f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1255eaf8b4a73dfd06506987a63a86b1c8314b1f

Author: Rob Shearman <rob at codeweavers.com>
Date:   Mon Jan  7 10:17:45 2008 +0000

include: I_RpcBindingInqTransportType and I_RpcMapWin32Status should be always defined.

---

 include/rpcdcep.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/rpcdcep.h b/include/rpcdcep.h
index 5514790..b93c9a6 100644
--- a/include/rpcdcep.h
+++ b/include/rpcdcep.h
@@ -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




More information about the wine-cvs mailing list