widl: Added some more constants for conformance descriptors.

oldstable
Robert Shearman 2006-01-24 11:08:49 +01:00 committed by Alexandre Julliard
parent 4a7c04791d
commit 368da7dcc2
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@
/* FC_RETURN_PARAM_BASETYPE: basetype */
#define RPC_FC_DEREFERENCE 0x54
#define RPC_FC_DIV_2 0x55
#define RPC_FC_MULT_2 0x56
#define RPC_FC_ADD_1 0x57
#define RPC_FC_SUB_1 0x58
#define RPC_FC_CALLBACK 0x59