mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
10 lines
380 B
Ruby
10 lines
380 B
Ruby
<module name="ufat" type="win32dll" baseaddress="${BASEADDRESS_UFAT}" installbase="system32" installname="ufat.dll">
|
|
<importlibrary definition="ufat.def" />
|
|
<include base="ufat">.</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="_WIN32_WINNT">0x0600</define>
|
|
<library>vfatlib</library>
|
|
<library>ntdll</library>
|
|
<file>ufat.c</file>
|
|
<file>ufat.rc</file>
|
|
</module>
|