added an initial mmsys.cpl. not added to the build system because w32api lacks a...
[reactos.git] / reactos / lib / cpl / mmsys / mmsys.xml
diff --git a/reactos/lib/cpl/mmsys/mmsys.xml b/reactos/lib/cpl/mmsys/mmsys.xml
new file mode 100644 (file)
index 0000000..e6a7b36
--- /dev/null
@@ -0,0 +1,16 @@
+<module name="mmsys" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_MMSYS}" installbase="system32" installname="mmsys.cpl">
+       <importlibrary definition="mmsys.def" />
+       <include base="mmsys">.</include>
+       <define name="UNICODE" />
+       <define name="_UNICODE" />
+       <define name="__REACTOS__" />
+       <define name="__USE_W32API" />
+       <define name="_WIN32_IE">0x600</define>
+       <define name="_WIN32_WINNT">0x501</define>
+       <library>kernel32</library>
+       <library>user32</library>
+       <library>comctl32</library>
+       <library>devmgr</library>
+       <file>mmsys.c</file>
+       <file>mmsys.rc</file>
+</module>