mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
4ce4beb1cb
Add Italian translation (patch by Vincenzo Cotugno <vins8920 at hotmail dot com>) Decrease buffer size Don't print NULL domain/workgroup Add network adapters detection svn path=/trunk/; revision=51260
13 lines
377 B
Ruby
13 lines
377 B
Ruby
<module name="systeminfo" type="win32cui" installbase="system32" installname="systeminfo.exe">
|
|
<library>user32</library>
|
|
<library>ntdll</library>
|
|
<library>advapi32</library>
|
|
<library>netapi32</library>
|
|
<library>shlwapi</library>
|
|
<library>iphlpapi</library>
|
|
<library>ws2_32</library>
|
|
<file>systeminfo.c</file>
|
|
<file>systeminfo.rc</file>
|
|
<file>rsrc.rc</file>
|
|
</module>
|