Jacek Caban : d3d10_1.idl: Added D3D10CreateDevice1 declaration.

Alexandre Julliard julliard at winehq.org
Wed Feb 19 14:48:16 CST 2014


Module: wine
Branch: master
Commit: 64e11e0f981108b7bd16c8f8d4a7e13692cefd0f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=64e11e0f981108b7bd16c8f8d4a7e13692cefd0f

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Feb 19 11:14:59 2014 +0100

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 3b6e624..bfae754 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**);")




More information about the wine-cvs mailing list