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)