Pier Angelo Vendrame pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • third_party/libwebrtc/rtc_base/win/create_direct3d_device.h
    ... ... @@ -13,15 +13,6 @@
    13 13
     
    
    14 14
     #include <windows.graphics.directx.direct3d11.h>
    
    15 15
     #include <windows.graphics.directx.direct3d11.interop.h>
    
    16
    -#ifdef __MINGW32__
    
    17
    -#  include <dxgi.h>
    
    18
    -#  include <inspectable.h>
    
    19
    -extern "C" {
    
    20
    -// This function is only used in decltype(..)
    
    21
    -HRESULT __stdcall CreateDirect3D11DeviceFromDXGIDevice(
    
    22
    -    ::IDXGIDevice* dxgiDevice, ::IInspectable** graphicsDevice);
    
    23
    -}
    
    24
    -#endif
    
    25 16
     
    
    26 17
     #include <winerror.h>
    
    27 18
     #include <wrl/client.h>