12 Apr
2023
12 Apr
'23
1:15 p.m.
Huw Davies (@huw) commented about dlls/mmdevapi/mmdevdrv.h:
struct audio_client *client; struct audio_session *session; -} AudioSessionWrapper; +} audio_session_wrapper, AudioSessionWrapper;
I don't think we want this kind of change. The idea is to get rid of the typedef and use `struct audio_session_wrapper` going forward. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2636#note_29741