- Fix build with neither KDBG or _WINKD_ defined -- ReactOS KD wrapper uses the safe memory routines too, so only skip kdmemsup.c if compiling for _WINKD_.

svn path=/trunk/; revision=44054
This commit is contained in:
Stefan Ginsberg 2009-11-09 21:38:26 +00:00
parent 43a6379cc0
commit 1a3c56692d

View file

@ -272,7 +272,7 @@
<file>pnproot.c</file>
</directory>
</directory>
<if property="KDBG" value="1">
<if property="_WINKD_" value="0">
<directory name="kd">
<if property="ARCH" value="i386">
<directory name="i386">