18 Nov
2022
18 Nov
'22
11:17 a.m.
Bernhard Kölbl (@besentv) commented about dlls/windows.media/captions.c:
windows_media_ActivateInstance, };
+DEFINE_IINSPECTABLE( captions, IClosedCaptionPropertiesStatics, struct captions_statics, IActivationFactory_iface ) + +static HRESULT WINAPI captions_get_FontColor( IClosedCaptionPropertiesStatics *iface, ClosedCaptionColor *value ) +{ + FIXME( "(iface %p, color %p) - stub.\n", iface, value );
I'd also remove the () from the fixme messages, else it looks good. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1343#note_16345