mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
4786e1d6f0
svn path=/trunk/; revision=17783
9 lines
304 B
XML
9 lines
304 B
XML
<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>
|