Hans Leidekker : include: Add protocol sequence constants.

Alexandre Julliard julliard at winehq.org
Wed Nov 11 08:33:26 CST 2009


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Nov 11 11:22:01 2009 +0100

include: Add protocol sequence constants.

---

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

diff --git a/include/rpcdce.h b/include/rpcdce.h
index 5b714b5..de30561 100644
--- a/include/rpcdce.h
+++ b/include/rpcdce.h
@@ -108,6 +108,11 @@ typedef I_RPC_HANDLE *RPC_EP_INQ_HANDLE;
 #define RPC_C_LISTEN_MAX_CALLS_DEFAULT 1234
 #define RPC_C_PROTSEQ_MAX_REQS_DEFAULT 10
 
+#define RPC_PROTSEQ_TCP     0x1
+#define RPC_PROTSEQ_NMP     0x2
+#define RPC_PROTSEQ_LRPC    0x3
+#define RPC_PROTSEQ_HTTP    0x4
+
 /* RPC_POLICY EndpointFlags */
 #define RPC_C_BIND_TO_ALL_NICS          0x1
 #define RPC_C_USE_INTERNET_PORT         0x1




More information about the wine-cvs mailing list