[tor-bugs] #9145 [Tor Browser]: Tor Browser for windows is borked because mingw, gcc, and Win32 ABI

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Jan 16 14:41:45 UTC 2016


#9145: Tor Browser for windows is borked because mingw, gcc, and Win32 ABI
-------------------------+--------------------------
 Reporter:  dope457      |          Owner:  tbb-team
     Type:  defect       |         Status:  new
 Priority:  High         |      Milestone:
Component:  Tor Browser  |        Version:
 Severity:  Normal       |     Resolution:
 Keywords:  tbb-crash    |  Actual Points:
Parent ID:               |         Points:
  Sponsor:               |
-------------------------+--------------------------

Comment (by cypherpunks):

 [https://msdn.microsoft.com/en-
 us/library/windows/desktop/dd316820%28v=vs.85%29.aspx
 ID2D1RenderTarget::GetPixelSize] vs. [https://msdn.microsoft.com/en-
 us/library/windows/desktop/dn914411%28v=vs.85%29.aspx
 ID3D12Device::GetAdapterLuid]
 {{{
 virtual D2D1_SIZE_U GetPixelSize() const = 0;
 }}}
 vs.
 {{{
 LUID GetAdapterLuid();
 }}}


 {{{
 STDMETHOD_(D2D1_SIZE_U, GetPixelSize)() CONST PURE;
 }}}
 vs.
 {{{
 STDMETHOD(GetAdapterLUID)(THIS_ UINT Adapter,LUID * pLUID) PURE;
 }}}
 Mess and sell (c) M$

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9145#comment:21>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list