Robert Shearman : widl: Define a value for RPC_FC_WSTRING.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 31 06:04:28 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 14e4a5453c1a31f51296171492729d1a21c39a73
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=14e4a5453c1a31f51296171492729d1a21c39a73

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Jan 31 12:23:59 2006 +0100

widl: Define a value for RPC_FC_WSTRING.

---

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

diff --git a/include/wine/rpcfc.h b/include/wine/rpcfc.h
index 090ab28..7a124d4 100644
--- a/include/wine/rpcfc.h
+++ b/include/wine/rpcfc.h
@@ -68,6 +68,7 @@
 #define RPC_FC_C_CSTRING		0x22
 #define RPC_FC_C_WSTRING		0x25
 #define RPC_FC_CSTRING                  0x26
+#define RPC_FC_WSTRING                  0x29
 
 #define RPC_FC_ENCAPSULATED_UNION	0x2a
 #define RPC_FC_NON_ENCAPSULATED_UNION	0x2b




More information about the wine-cvs mailing list