Add MSVFW32 and MSWSOCK to the build.
[reactos.git] / reactos / lib / msvideo / msvfw32.xml
1 <module name="msvfw32" type="win32dll" baseaddress="${BASEADDRESS_MSVFW32}" installbase="system32" installname="msvfw32.dll">
2 <importlibrary definition="msvfw32.spec.def" />
3 <include base="ReactOS">include/wine</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 <define name="WINVER">0x501</define>
11 <library>winmm</library>
12 <library>gdi32</library>
13 <library>comctl32</library>
14 <library>kernel32</library>
15 <library>ntdll</library>
16 <file>drawdib.c</file>
17 <file>mciwnd.c</file>
18 <file>msvfw32.rc</file>
19 <file>msvideo_main.c</file>
20 <file>msvfw32.spec</file>
21 </module>