http://bugs.winehq.org/show_bug.cgi?id=7098
Lionel Debroux lionel_debroux@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lionel_debroux@yahoo.fr
--- Comment #3 from Lionel Debroux lionel_debroux@yahoo.fr 2008-03-15 14:15:24 --- On 2008/03/14, Alexandre committed (69272d1f5204c106da8a480709bc392ec70b71ff) a patch from Alistair Leslie-Hughes which adds a stub for CorBindToRuntimeEx:
HRESULT WINAPI CorBindToRuntimeEx(LPWSTR szVersion, LPWSTR szBuildFlavor, DWORD nflags, REFCLSID rslsid, REFIID riid, LPVOID *ppv) { FIXME("%s %s %d %s %s %p\n", debugstr_w(szVersion), debugstr_w(szBuildFlavor), nflags, debugstr_guid( rslsid ), debugstr_guid( riid ), ppv);
*ppv = NULL;
return E_NOTIMPL; }
Is this enough to make the RufzXP and/or Tournament.com client applications start ?