mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
9 lines
359 B
Ruby
9 lines
359 B
Ruby
<module name="netcfgx" type="win32dll" baseaddress="${BASEADDRESS_NETCFGX}" entrypoint="0" installbase="system32" installname="netcfgx.dll">
|
|
<importlibrary definition="netcfgx.def" />
|
|
<file>netcfgx.c</file>
|
|
<library>ntdll</library>
|
|
<library>rpcrt4</library>
|
|
<library>setupapi</library>
|
|
<library>kernel32</library>
|
|
<library>advapi32</library>
|
|
</module>
|