[PATCH] msado15: Support Properties interface on Field

Nikolay Sivov nsivov at codeweavers.com
Thu Apr 22 04:05:44 CDT 2021



On 4/22/21 9:33 AM, Alistair Leslie-Hughes wrote:
> +static HRESULT WINAPI field_props_QueryInterface(Properties *iface, REFIID riid, void **ppv)
> +{
> +    struct field *field = impl_from_Properties( iface );
> +    return Field_QueryInterface(&field->Field_iface, riid, ppv);
> +}
This appears to be incorrect. Querying for IID_Field from Properties
does not work on Windows.



More information about the wine-devel mailing list