Do not define __REACTOS__ twice
[reactos.git] / reactos / dll / win32 / netcfgx / netcfgx.rbuild
1 <module name="netcfgx" type="win32dll" entrypoint="0" installbase="system32" installname="netcfgx.dll">
2 <importlibrary definition="netcfgx.def" />
3 <file>netcfgx.c</file>
4 <library>ntdll</library>
5 <library>rpcrt4</library>
6 <library>setupapi</library>
7 <library>kernel32</library>
8 <library>advapi32</library>
9 </module>