18 Jan
2024
18 Jan
'24
12:34 p.m.
On Thu Jan 18 11:53:43 2024 +0000, Yuxuan Shui wrote:
Yeah, I will do that. These were just copied from `CreateStandardAudioPath` So designated initializers are OK, but what's your opinion on assigning with struct literals? Like:
```c *format = (WAVEFORMATEX) { .nChannels = 1, }; ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4852#note_57902