Commit 717f2beb authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Use the context handle description instead of the pointer for arguments…

widl: Use the context handle description instead of the pointer for arguments that are pointer to handles.
parent 98394f20
......@@ -991,6 +991,7 @@ static unsigned char get_parameter_fc( const type_t *type, const attr_list_t *at
break;
case TGT_CTXT_HANDLE_POINTER:
*flags |= IsSimpleRef;
*typestring_offset += 4;
/* fall through */
case TGT_CTXT_HANDLE:
buffer_size = 20;
......
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