[5/7] Add d3d10_misc.h header

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


[5/7] Add d3d10_misc.h header
-- 
----------------------------
Kovács András (andras)
NetClub Vezető Rendszergazda
Lamarr
csevego.net
andras at csevego.net
----------------------------
-------------- next part --------------
From 0a7776c32665252d05989b9bf0d32593c42a7b02 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:28:15 +0200
Subject: [PATCH] Add d3d10_misc.h header

---
 dlls/d3d10/d3d10_private.h |    1 +
 include/d3d10_misc.h       |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/dlls/d3d10/d3d10_private.h b/dlls/d3d10/d3d10_private.h
index 29aae33..4338acb 100644
--- a/dlls/d3d10/d3d10_private.h
+++ b/dlls/d3d10/d3d10_private.h
@@ -35,6 +35,7 @@
 
 #include "objbase.h"
 #include "d3d10.h"
+#include "d3d10_misc.h"
 
 #include "wine/wined3d_interface.h"
 
diff --git a/include/d3d10_misc.h b/include/d3d10_misc.h
new file mode 100644
index 0000000..a8c9767
--- /dev/null
+++ b/include/d3d10_misc.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright 2007 Andras Kovacs
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#ifndef __WINE_D3D10MISC_H
+#define __WINE_D3D10MISC_H
+
+#endif
-- 
1.4.4.4



More information about the wine-patches mailing list