From 64e11e0f981108b7bd16c8f8d4a7e13692cefd0f Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Wed, 19 Feb 2014 11:14:59 +0100 Subject: [PATCH] d3d10_1.idl: Added D3D10CreateDevice1 declaration. --- include/d3d10_1.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/d3d10_1.idl b/include/d3d10_1.idl index 3b6e6240ae6..bfae75493e6 100644 --- a/include/d3d10_1.idl +++ b/include/d3d10_1.idl @@ -124,3 +124,6 @@ interface ID3D10Device1 : ID3D10Device } const UINT D3D10_1_SDK_VERSION = 0x20; + +cpp_quote("HRESULT WINAPI D3D10CreateDevice1(IDXGIAdapter*,D3D10_DRIVER_TYPE,") +cpp_quote(" HMODULE,UINT,D3D10_FEATURE_LEVEL1,UINT,ID3D10Device1**);")