mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 17:11:28 +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:
|
default:
|
||||||
/* should be no other container types */
|
/* should be no other container types */
|
||||||
assert(0);
|
assert(0);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
||||||
|
|
|
@ -2348,6 +2348,7 @@ static void check_field_common(const type_t *container_type,
|
||||||
default:
|
default:
|
||||||
/* should be no other container types */
|
/* should be no other container types */
|
||||||
assert(0);
|
assert(0);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
if (is_attr(arg->attrs, ATTR_LENGTHIS) &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue