mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[NTOS:IO] iomgr.c: Add a missing '#if defined(KDBG)'
This commit is contained in:
parent
d60acd88cb
commit
87a625bd6c
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ IoInitSystem(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
|||
/* Initialize PnP root relations */
|
||||
IopEnumerateDevice(IopRootDeviceNode->PhysicalDeviceObject);
|
||||
|
||||
#ifndef _WINKD_
|
||||
#if !defined(_WINKD_) && defined(KDBG)
|
||||
/* Read KDB Data */
|
||||
KdbInit();
|
||||
|
||||
|
|
Loading…
Reference in a new issue