7 Feb
2024
7 Feb
'24
2:55 p.m.
On Tue Feb 6 16:34:38 2024 +0000, Rémi Bernon wrote:
```suggestion:-4+0 if (IsEqualIID(riid, &IID_IUnknown) || IsEqualIID(riid, &IID_IDirectMusicTrack) || IsEqualIID(riid, &IID_IDirectMusicTrack8)) *ret_iface = &This->IDirectMusicTrack8_iface; else if (IsEqualIID(riid, &IID_IPersistStream)) *ret_iface = &This->dmobj.IPersistStream_iface; else ```
this is the style wine decided on? feels very inconsistent. (not objecting, just an opinion) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4982#note_60464