mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
9 lines
397 B
Ruby
9 lines
397 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="getuname" type="win32dll" baseaddress="${BASEADDRESS_GETUNAME}" installbase="system32" installname="getuname.dll" unicode="yes">
|
|
<importlibrary definition="getuname.spec" />
|
|
<include base="getuname">.</include>
|
|
<library>ntdll</library>
|
|
<file>getuname.c</file>
|
|
<file>getuname.rc</file>
|
|
</module>
|