sync widl to wine 1.1.40

svn path=/trunk/; revision=45931
This commit is contained in:
Christoph von Wittich 2010-03-06 12:53:26 +00:00
parent 750f99a535
commit feebaff19f
2 changed files with 2 additions and 0 deletions

View file

@ -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) &&

View file

@ -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) &&