Commit 14e4a545 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

widl: Define a value for RPC_FC_WSTRING.

parent 7b98e1f7
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
#define RPC_FC_C_CSTRING 0x22 #define RPC_FC_C_CSTRING 0x22
#define RPC_FC_C_WSTRING 0x25 #define RPC_FC_C_WSTRING 0x25
#define RPC_FC_CSTRING 0x26 #define RPC_FC_CSTRING 0x26
#define RPC_FC_WSTRING 0x29
#define RPC_FC_ENCAPSULATED_UNION 0x2a #define RPC_FC_ENCAPSULATED_UNION 0x2a
#define RPC_FC_NON_ENCAPSULATED_UNION 0x2b #define RPC_FC_NON_ENCAPSULATED_UNION 0x2b
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment