mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIDL]
sync widl to wine 1.1.40 svn path=/trunk/; revision=45931
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user