No need to define __USE_W32API
[reactos.git] / reactos / base / applications / sndvol32 / sndvol32.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="sndvol32" type="win32gui" installbase="system32" installname="sndvol32.exe">
4 <include base="ReactOS">include/wine</include>
5 <include base="sndvol32">.</include>
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8 <define name="_WIN32_IE">0x0500</define>
9 <define name="_WIN32_WINNT">0x0600</define>
10 <define name="WINVER">0x0600</define>
11 <library>ntdll</library>
12 <library>user32</library>
13 <library>advapi32</library>
14 <library>gdi32</library>
15 <library>kernel32</library>
16 <library>comctl32</library>
17 <library>shell32</library>
18 <library>winmm</library>
19 <pch>sndvol32.h</pch>
20 <file>misc.c</file>
21 <file>mixer.c</file>
22 <file>sndvol32.c</file>
23 <file>sndvol32.rc</file>
24 </module>