Module: wine Branch: master Commit: 7af62f176d077045993c48a82ad2ce511da762dd URL: https://source.winehq.org/git/wine.git/?a=commit;h=7af62f176d077045993c48a82...
Author: Matteo Bruni mbruni@codeweavers.com Date: Fri Jul 24 11:14:06 2020 +0200
include: Add ID3D10Device1 forward declaration.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/d3dx10core.idl | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/d3dx10core.idl b/include/d3dx10core.idl index c99ab82eb7..88f13d0765 100644 --- a/include/d3dx10core.idl +++ b/include/d3dx10core.idl @@ -71,4 +71,5 @@ cpp_quote(" HMODULE swrast, unsigned int flags, ID3D10Device **device);") cpp_quote("HRESULT WINAPI D3DX10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,") cpp_quote(" HMODULE swrast, unsigned int flags, DXGI_SWAP_CHAIN_DESC *desc, IDXGISwapChain **swapchain,") cpp_quote(" ID3D10Device **device);") +interface ID3D10Device1; cpp_quote("HRESULT WINAPI D3DX10GetFeatureLevel1(ID3D10Device *device, ID3D10Device1 **device1);")