widl: Missing size_is or length_is attributes should generate 0xffffffff for the correlation description.
This commit is contained in:
parent
c5c0a26f60
commit
cf983bf15d
|
@ -494,6 +494,12 @@ static size_t write_conf_or_var_desc(FILE *file, const type_t *structure,
|
||||||
const char *operator_string = "no operators";
|
const char *operator_string = "no operators";
|
||||||
const expr_t *subexpr;
|
const expr_t *subexpr;
|
||||||
|
|
||||||
|
if (!expr)
|
||||||
|
{
|
||||||
|
print_file(file, 2, "NdrFcLong(0xffffffff),\t/* -1 */\n");
|
||||||
|
return 4;
|
||||||
|
}
|
||||||
|
|
||||||
if (!structure)
|
if (!structure)
|
||||||
{
|
{
|
||||||
/* Top-level conformance calculations are done inline. */
|
/* Top-level conformance calculations are done inline. */
|
||||||
|
|
Loading…
Reference in New Issue