mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed typo. Now can disable kernel debugger by setting KDBG = 0 in config.
svn path=/trunk/; revision=3264
This commit is contained in:
parent
0504b08b95
commit
72c8bf3db3
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: kd.h,v 1.12 2002/07/18 00:25:30 dwelch Exp $
|
||||
/* $Id: kd.h,v 1.13 2002/07/19 03:56:47 ei Exp $
|
||||
*
|
||||
* kernel debugger prototypes
|
||||
*/
|
||||
|
@ -70,7 +70,7 @@ VOID KdPrintMda(PCH pch);
|
|||
|
||||
#ifndef KDBG
|
||||
#define KDB_DELETEPROCESS_HOOK(PROCESS)
|
||||
#define KDB_LOADDRIVER_HOOK(MODULE)
|
||||
#define KDB_LOADDRIVER_HOOK(FILENAME, MODULE)
|
||||
#define KDB_UNLOADDRIVER_HOOK(MODULE)
|
||||
#define KDB_LOADERINIT_HOOK(NTOS, HAL)
|
||||
#define KDB_SYMBOLFILE_HOOK(LOADBASE, FILENAME, LENGTH)
|
||||
|
|
Loading…
Reference in a new issue