-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / sndvol32 / sndvol32.rbuild
1 <module name="sndvol32" type="win32gui" installbase="system32" installname="sndvol32.exe">
2 <include base="ReactOS">include/wine</include>
3 <include base="sndvol32">.</include>
4 <define name="__USE_W32API" />
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="_WIN32_IE">0x0500</define>
8 <define name="_WIN32_WINNT">0x0600</define>
9 <define name="WINVER">0x0600</define>
10 <library>ntdll</library>
11 <library>user32</library>
12 <library>advapi32</library>
13 <library>gdi32</library>
14 <library>kernel32</library>
15 <library>comctl32</library>
16 <library>shell32</library>
17 <library>winmm</library>
18 <pch>sndvol32.h</pch>
19 <file>misc.c</file>
20 <file>mixer.c</file>
21 <file>sndvol32.c</file>
22 <file>sndvol32.rc</file>
23 </module>