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;
|
break;
|
||||||
case TGT_CTXT_HANDLE_POINTER:
|
case TGT_CTXT_HANDLE_POINTER:
|
||||||
*flags |= IsSimpleRef;
|
*flags |= IsSimpleRef;
|
||||||
|
*typestring_offset += 4;
|
||||||
/* fall through */
|
/* fall through */
|
||||||
case TGT_CTXT_HANDLE:
|
case TGT_CTXT_HANDLE:
|
||||||
buffer_size = 20;
|
buffer_size = 20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user