Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/aqs.h:
+};
+struct expr_compare +{
- enum operator_compare op;
- IPropertyDescription *prop_desc;
- PROPVARIANT val;
+};
+struct aqs_expr +{
- enum operator_type op_type;
- union {
struct expr_boolean boolean;
struct expr_compare compare;
- } u;
```suggestion:-0+0 }; ```
I think nameless unions are usually preferred.