Addin wine 0.9 dplay and dplayx it is directx core for network and tested in windows...
[reactos.git] / reactos / lib / dplayx / dplayx.xml
1 <module name="dplayx" type="win32dll" baseaddress="${BASEADDRESS_DPLAYX}" installbase="system32" installname="dplayx.dll" allowwarnings ="true">
2 <importlibrary definition="dplayx.spec.def" />
3 <include base="dplayx">.</include>
4 <include base="ReactOS">include/wine</include>
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="__REACTOS__" />
8 <define name="__USE_W32API" />
9 <define name="_WIN32_IE">0x600</define>
10 <define name="_WIN32_WINNT">0x501</define>
11 <define name="WINVER">0x501</define>
12 <library>wine</library>
13 <library>uuid</library>
14 <library>ntdll</library>
15 <library>kernel32</library>
16 <library>user32</library>
17 <library>advapi32</library>
18 <library>ole32</library>
19 <library>winmm</library>
20 <library>dxguid</library>
21 <file>version.rc</file>
22 <file>dpclassfactory.c</file>
23 <file>dplay.c</file>
24 <file>dplaysp.c</file>
25 <file>dplayx_global.c</file>
26 <file>dplayx_main.c</file>
27 <file>dplayx_messages.c</file>
28 <file>dplobby.c</file>
29 <file>lobbysp.c</file>
30 <file>name_server.c</file>
31 <file>regsvr.c</file>
32 <file>dplayx.spec</file>
33 </module>