widl: Use the context handle description instead of the pointer for arguments that are pointer to handles.
This commit is contained in:
parent
98394f2010
commit
717f2bebd8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue