mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
ae5ead0153
svn path=/trunk/; revision=23344
9 lines
304 B
Ruby
9 lines
304 B
Ruby
<module name="chkdsk" type="win32cui" installbase="system32" installname="chkdsk.exe" allowwarnings="true">
|
|
<define name="__USE_W32API" />
|
|
<define name="UNICODE" />
|
|
<define name="_UNICODE" />
|
|
<library>fmifs</library>
|
|
<library>ntdll</library>
|
|
<file>chkdsk.c</file>
|
|
<file>chkdsk.rc</file>
|
|
</module>
|