22 Apr
2021
22 Apr
'21
9:05 a.m.
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.