widl: Store the interface id in _StubMsg.MaxCount for iid_is pointers.

This commit is contained in:
Alexandre Julliard 2007-01-24 20:10:07 +01:00
parent 4f106ca398
commit d885244148
1 changed files with 3 additions and 0 deletions

View File

@ -1956,6 +1956,9 @@ void write_remoting_arguments(FILE *file, int indent, const func_t *func,
}
else
{
const var_t *iid;
if ((iid = get_attrp( var->attrs, ATTR_IIDIS )))
print_file( file, indent, "_StubMsg.MaxCount = (unsigned long)%s;\n", iid->name );
print_phase_function(file, indent, "Pointer", phase, var->name, *type_offset);
}
}