From b1bfb456c93952d402a524b126fca4ecbdcaf4bd Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 21 Feb 2005 11:01:32 +0000 Subject: [PATCH] synchronized with wine to get tools build again (missing definition of RPC_FC_CVSTRUCT) svn path=/trunk/; revision=13703 --- reactos/include/wine/rpcfc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/wine/rpcfc.h b/reactos/include/wine/rpcfc.h index 7c1a06ea0e3..073f32b1e34 100644 --- a/reactos/include/wine/rpcfc.h +++ b/reactos/include/wine/rpcfc.h @@ -46,6 +46,8 @@ #define RPC_FC_CPSTRUCT 0x18 /* conformant structure w/ pointers */ +#define RPC_FC_CVSTRUCT 0x19 /* conformant varying struct */ + #define RPC_FC_BOGUS_STRUCT 0x1a /* complex structure */ #define RPC_FC_CARRAY 0x1b /* conformant array */