Signed-off-by: Matteo Bruni mbruni@codeweavers.com --- Kind-of a fix for ef36a25aec33670cd2099e4bce379bd6e2ac42a0.
include/d3dx10core.idl | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/d3dx10core.idl b/include/d3dx10core.idl index c99ab82eb71d..88f13d07650e 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);")