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)
+static HRESULT WINAPI XAudio2CF_QueryInterface(IClassFactory *iface, REFIID riid, void **ppobj) +{ + return IClassFactory_QueryInterface(iface, riid, ppobj); +}