[3/7] Add ID3D10Device interface to the idl header

Kovács András andras at csevego.net
Tue Jun 12 17:14:16 CDT 2007


[3/7] Add ID3D10Device interface to the idl header
-- 
----------------------------
Kovács András (andras)
NetClub Vezető Rendszergazda
Lamarr
csevego.net
andras at csevego.net
----------------------------
-------------- next part --------------
From c8bb49ba39aac51e794338d148c2d70e000006e7 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Andr=C3=A1s_Kov=C3=A1cs?= <andras at debian.sth.sze.hu>
Date: Tue, 12 Jun 2007 23:16:31 +0200
Subject: [PATCH] Add ID3D10Device interface to the idl header

---
 include/d3d10.idl |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/d3d10.idl b/include/d3d10.idl
index 1feb847..a54465c 100644
--- a/include/d3d10.idl
+++ b/include/d3d10.idl
@@ -15,3 +15,12 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
+import "unknwn.idl";
+
+[
+    object,
+    uuid(9b7e4c0f-342c-4106-a19f-4f2704f689f0),
+]
+interface ID3D10Device : IUnknown
+{
+}
-- 
1.4.4.4



More information about the wine-patches mailing list