widl: Clear RobustEarly flag also for data structure conformance.

This commit is contained in:
Alexandre Julliard 2024-04-16 21:26:20 +02:00
parent 235f76594e
commit 57b145e468

View file

@ -1987,6 +1987,7 @@ static unsigned int write_conf_or_var_desc(FILE *file, const type_t *cont_type,
break;
}
offset += size;
if (offset > baseoff) robust_flags &= ~RobustEarly;
}
}