3 Apr
2023
3 Apr
'23
5:57 a.m.
Needed to build windows.ui.composition.idl. Example code that needs this: ` [ contract(Windows.Foundation.UniversalApiContract, 2.0), marshaling_behavior(agile), threading(both) ] runtimeclass ColorKeyFrameAnimation : Windows.UI.Composition.KeyFrameAnimation { [default] interface Windows.UI.Composition.IColorKeyFrameAnimation; } ` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2559