[Wine-patches] [eterhack 11/24] include: Add wdmguid.h.
Alexander Morozov
=?iso-8859-1?q?amorozov_=CE=C1_etersoft=2Eru?=
Ср Мар 4 12:25:20 MSK 2009
---
include/Makefile.in | 1 +
include/ddk/wdmguid.h | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 include/ddk/wdmguid.h
diff --git a/include/Makefile.in b/include/Makefile.in
index 6b0f71c..5609768 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -173,6 +173,7 @@ SRCDIR_INCLUDES = \
ddk/usb200.h \
ddk/usbdlib.h \
ddk/wdm.h \
+ ddk/wdmguid.h \
ddk/winddiui.h \
ddk/winsplp.h \
ddraw.h \
diff --git a/include/ddk/wdmguid.h b/include/ddk/wdmguid.h
new file mode 100644
index 0000000..f506380
--- /dev/null
+++ b/include/ddk/wdmguid.h
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2009 Alexander Morozov for Etersoft
+ *
+ * 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_WDMGUID_H
+#define __WINE_WDMGUID_H
+
+DEFINE_GUID(GUID_DEVICE_INTERFACE_ARRIVAL,
+0xcb3a4004L, 0x46f0, 0x11d0, 0xb0, 0x8f, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3f);
+
+DEFINE_GUID(GUID_DEVICE_INTERFACE_REMOVAL,
+0xcb3a4005L, 0x46f0, 0x11d0, 0xb0, 0x8f, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3f);
+
+#endif /* __WINE_WDMGUID_H */
--
1.6.1.3.GIT
Подробная информация о списке рассылки Wine-patches