mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[WIDL]
sync widl to wine 1.1.40 svn path=/trunk/; revision=45931
This commit is contained in:
parent
750f99a535
commit
feebaff19f
2 changed files with 2 additions and 0 deletions
|
@ -6510,6 +6510,7 @@ static void check_field_common(const type_t *container_type,
|
|||
default:
|
||||
/* should be no other container types */
|
||||
assert(0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
||||
|
|
|
@ -2348,6 +2348,7 @@ static void check_field_common(const type_t *container_type,
|
|||
default:
|
||||
/* should be no other container types */
|
||||
assert(0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
||||
|
|
Loading…
Reference in a new issue