18 Jan
2024
18 Jan
'24
11:54 a.m.
On Wed Jan 17 22:58:15 2024 +0000, Rémi Bernon wrote:
Imo these static initializations are better done in struct initializers, with designated initialization to make it readable. Anything that's not set will be zero-initialized and can be omitted. Yeah, I will do that. These were just copied from `CreateStandardAudioPath`
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4852#note_57892