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

This commit is contained in:
Alexandre Julliard 2011-06-13 20:09:47 +02:00
parent 98394f2010
commit 717f2bebd8

View File

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