http://bugs.winehq.org/show_bug.cgi?id=59559 Bug ID: 59559 Summary: Missing D3D11 Interop Functions needed for Gecko based browsers Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@list.winehq.org Reporter: junewilde@pm.me Distribution: --- In order to create reproducible builds of the Tor Browser for Windows the Tor Project's build system uses mingw-w64's clang to cross compile from Linux which in turn uses Windows headers available in Wine to link against. Changes upstream in libwebrtc added calls to `IDirect3DDxgiInterfaceAccess::GetInterface` and `CreateDirect3D11DeviceFromDXGIDevice` which we've had to create a local patch for to get our builds working again. I've written an idl file with the missing function declarations that I'd be happy to create a merge request for, but don't have a working reproduction of those functions since all we needed was the function declaration to exist. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.