Some ULONG -> SIZE_T / ULONG_PTR fixes
[reactos.git] / reactos / dll / cpl / ncpa / ncpa.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="ncpa" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_NCPA}" installbase="system32" installname="ncpa.cpl" unicode="yes">
4 <importlibrary definition="ncpa.spec.def" />
5 <include base="ncpa">.</include>
6 <define name="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x600</define>
8 <library>wine</library>
9 <library>kernel32</library>
10 <library>advapi32</library>
11 <library>user32</library>
12 <library>comctl32</library>
13 <library>iphlpapi</library>
14 <library>ws2_32</library>
15 <library>dhcpcsvc</library>
16 <file>ncpa.c</file>
17 <file>tcpip_properties.c</file>
18 <file>ncpa.rc</file>
19 <file>ncpa.spec</file>
20 </module>