widl: Use the context handle description instead of the pointer for arguments that are pointer to handles.

oldstable
Alexandre Julliard 2011-06-13 20:09:47 +02:00
parent 98394f2010
commit 717f2bebd8
1 changed files with 1 additions and 0 deletions

View File

@ -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;