mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
synchronized with wine to get tools build again (missing definition of RPC_FC_CVSTRUCT)
svn path=/trunk/; revision=13703
This commit is contained in:
parent
d80f7d2798
commit
b1bfb456c9
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue