Rob Shearman : include: Add definitions for RPC_FC_SSTRING and RPC_FC_C_SSTRING.

Alexandre Julliard julliard at winehq.org
Mon Dec 17 06:42:09 CST 2007


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sat Dec 15 13:57:46 2007 +0000

include: Add definitions for RPC_FC_SSTRING and RPC_FC_C_SSTRING.

---

 include/wine/rpcfc.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/wine/rpcfc.h b/include/wine/rpcfc.h
index fb479dd..4242c94 100644
--- a/include/wine/rpcfc.h
+++ b/include/wine/rpcfc.h
@@ -60,8 +60,10 @@
 #define RPC_FC_BOGUS_ARRAY		0x21 /* complex array */
 
 #define RPC_FC_C_CSTRING		0x22
+#define RPC_FC_C_SSTRING		0x24
 #define RPC_FC_C_WSTRING		0x25
 #define RPC_FC_CSTRING                  0x26
+#define RPC_FC_SSTRING			0x28
 #define RPC_FC_WSTRING                  0x29
 
 #define RPC_FC_ENCAPSULATED_UNION	0x2a




More information about the wine-cvs mailing list