mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
- 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:
parent
43a6379cc0
commit
1a3c56692d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue