3 Sep
2023
3 Sep
'23
10:56 p.m.
For the next time can you please fix stuff like this too in the lines you modify? Whitespace placement and LPVOID or other LPJUNK stuff. --- b/dlls/dmsynth/synthsink.c +++ b/dlls/dmsynth/synthsink.c @@ -229,29 +229,29 @@ return CONTAINING_RECORD(iface, IDirectMusicSynthSinkImpl, IKsControl_iface); } -static HRESULT WINAPI synth_sink_control_QueryInterface(IKsControl* iface, REFIID riid, LPVOID *ppobj) +static HRESULT WINAPI synth_sink_control_QueryInterface(IKsControl *iface, REFIID riid, void **ppobj) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3676#note_44122