18 Nov
2024
18 Nov
'24
8:01 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
+ *value += 1; + return hr; + } + + hr = IIterator_IKeyValuePair_HSTRING_IInspectable_MoveNext( iface, &end ); + if (FAILED( hr )) + { + *value += 1; + return hr; + } + } + + return S_OK; +} + +const static IIterator_IKeyValuePair_HSTRING_IInspectableVtbl iterator_kvpair_HSTRING_IInspectable_vtbl = static const
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_87797