reshuffling of dlls
[reactos.git] / reactos / dll / cpl / mmsys / mmsys.xml
1 <module name="mmsys" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_MMSYS}" installbase="system32" installname="mmsys.cpl">
2 <importlibrary definition="mmsys.def" />
3 <include base="mmsys">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <library>kernel32</library>
11 <library>user32</library>
12 <library>comctl32</library>
13 <library>devmgr</library>
14 <file>mmsys.c</file>
15 <file>mmsys.rc</file>
16 </module>