mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
91ae1adf27
Split sysutils. svn path=/trunk/; revision=16861
9 lines
299 B
XML
9 lines
299 B
XML
<module name="chkdsk" type="win32cui" installbase="system32" installname="chkdsk.exe" warnings="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>
|