<directory name="main">
<xi:include href="main/main.xml" />
</directory>
+<directory name="mmsys">
+ <xi:include href="mmsys/mmsys.xml" />
+</directory>
<directory name="ncpa">
<xi:include href="ncpa/ncpa.xml" />
</directory>
<directory name="devenum">
<xi:include href="devenum/devenum.xml" />
</directory>
+<directory name="devmgr">
+ <xi:include href="devmgr/devmgr.xml" />
+</directory>
<directory name="dhcpcapi">
<xi:include href="dhcpcapi/dhcpcapi.xml" />
</directory>
--- /dev/null
+/*
+ * devguid.h
+ *
+ * PnP Device Class GUIDs
+ *
+ * THIS SOFTWARE IS NOT COPYRIGHTED
+ *
+ * This source code is offered for use in the public domain. You may
+ * use, modify or distribute it freely.
+ *
+ * This code is distributed in the hope that it will be useful but
+ * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
+ * DISCLAIMED. This includes but is not limited to warranties of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
+DEFINE_GUID(GUID_DEVCLASS_CDROM, 0x4D36E965, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);
+DEFINE_GUID(GUID_DEVCLASS_MEDIA, 0x4D36E96C, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18);