mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Fix some mistakes detected by a true XML parser
svn path=/trunk/; revision=36267
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<module name="chkdsk" type="win32cui" installbase="system32" installname="chkdsk.exe" allowwarnings="true" unicode="yes">
|
||||
<include base="reactos">include/reactos/libs/fmifs</include>
|
||||
<include base="chkdsk>..</include>
|
||||
<include base="chkdsk">..</include>
|
||||
|
||||
<library>fmifs</library>
|
||||
<library>win32err</library>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" allowwarnings="true">
|
||||
<include base="chklib>..</include>
|
||||
<include base="chklib">..</include>
|
||||
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
|
||||
Reference in New Issue
Block a user