[PATCH 2/2] include: Add ntddvdeo.h.

Józef Kucia jkucia at codeweavers.com
Mon Dec 3 12:52:44 CST 2018


Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 include/ntddvdeo.h | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 include/ntddvdeo.h

diff --git a/include/ntddvdeo.h b/include/ntddvdeo.h
new file mode 100644
index 000000000000..d79670c4566a
--- /dev/null
+++ b/include/ntddvdeo.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2018 Józef Kucia for CodeWeavers
+ *
+ * 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_NTDDVDEO_H
+#define __WINE_NTDDVDEO_H
+
+DEFINE_GUID(GUID_DEVINTERFACE_DISPLAY_ADAPTER, 0x5b45201d, 0xf2f2, 0x4f3b, 0x85, 0xbb, 0x30, 0xff, 0x1f, 0x95, 0x35, 0x99);
+
+#endif
-- 
2.18.1




More information about the wine-devel mailing list