Re: [1/2] xaudio2_7: Implement IXaudio2 interface as stub (try 5)
9 Jun
2015
9 Jun
'15
5:19 a.m.
Hi Guillaume, On 06/09/15 10:46, Guillaume Charifi wrote:
Fixes https://bugs.winehq.org/show_bug.cgi?id=26808
Thanks Jacek, I applied most of your tips (except those I was unable to understand how they was related to the code)
It looks better now, but:
+static HRESULT WINAPI XAudio2CF_QueryInterface(IClassFactory *iface, REFIID riid, void **ppobj) +{ + return IClassFactory_QueryInterface(iface, riid, ppobj); +}
Why did you change it? This can't work, it will cause infinite recursion when called. Cheers, Jacek
3836
Age (days ago)
3836
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban