On Mon Sep 8 09:45:59 2025 +0000, Rémi Bernon wrote:
The `compare.prop_desc` member doesn't seem to be used, do you even need to keep it around?
This got used in the next commit for `IPropertyDescription_GetPropertyKey` and `GetPropertyType`. I've rewritten this to get the `DEVPROPKEY` and `VARTYPE` here itself and store them inside `struct expr_compare`, which obviates the need to keep a reference to the `IPropertyDescription` object. Thanks.