include: Add definitions for RPC_FC_SSTRING and RPC_FC_C_SSTRING.

This commit is contained in:
Rob Shearman 2007-12-15 13:57:46 +00:00 committed by Alexandre Julliard
parent b81f4c24db
commit f8582a5310
1 changed files with 2 additions and 0 deletions

View File

@ -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