[PATCH] include: Add ddk/winddi.h header min definitions needed for wineddi.drv

Marcel Partap mpartap at gmx.net
Sun Dec 9 12:55:13 CST 2007


---
 include/Makefile.in  |    1 +
 include/ddk/winddi.h |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 include/ddk/winddi.h

diff --git a/include/Makefile.in b/include/Makefile.in
index 2104454..ac9e3ec 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -134,6 +134,7 @@ SRCDIR_INCLUDES = \
 	ddk/ntddser.h \
 	ddk/ntddtape.h \
 	ddk/wdm.h \
+	ddk/winddi.h \
 	ddk/winddiui.h \
 	ddk/winsplp.h \
 	ddraw.h \
diff --git a/include/ddk/winddi.h b/include/ddk/winddi.h
new file mode 100644
index 0000000..2f6293b
--- /dev/null
+++ b/include/ddk/winddi.h
@@ -0,0 +1,34 @@
+/*
+ *  Header for the Device Driver Interface
+ *
+ *  Copyright 2007 Marcel Partap <mpartap at gmx.net>
+ *
+ * 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_WINDDI_H
+#define __WINE_WINDDI_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+DECLARE_HANDLE(DHPDEV);
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+#endif /* __WINE_WINDDI_H */
-- 
1.5.3.7


--------------020609090809030007010700--



More information about the wine-patches mailing list