Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/tests/propertyset.c:
+ + *out = &impl->IMapChangedEventHandler_HSTRING_IInspectable_iface; + return S_OK; +} + +static void test_IPropertySet(void) +{ + IActivationFactory *factory; + IInspectable *inspectable; + IPropertyValueStatics *statics; + IPropertySet *propset; + IMap_HSTRING_IInspectable *map; + IMapView_HSTRING_IInspectable *map_view, *first_view = NULL, *second_view = NULL; + IIterable_IKeyValuePair_HSTRING_IInspectable *iterable; + IIterator_IKeyValuePair_HSTRING_IInspectable *iterator; + IMapChangedEventHandler_HSTRING_IInspectable *handler_inserted = NULL, *handler_changed = NULL, Let's put them on the same line. Or if it's too long (usually at 100 or 120 characters), start at a new line and specify the type again. We usually don't type the variables like this.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6766#note_86749