mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
8 lines
307 B
Ruby
8 lines
307 B
Ruby
<module name="untfs" type="win32dll" baseaddress="${BASEADDRESS_UNTFS}" installbase="system32" installname="untfs.dll">
|
|
<importlibrary definition="untfs.spec" />
|
|
<include base="untfs">.</include>
|
|
<library>ntfslib</library>
|
|
<library>ntdll</library>
|
|
<file>untfs.c</file>
|
|
<file>untfs.rc</file>
|
|
</module>
|