mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 20:01:50 +00:00
[NTOS:KD] Remove some _WINDK_ usages
- Always include kd64.h - Change KdpPrompt() prototype to be compatible between KDBG and _WINDK_ - Rename KdComponentTable to KdpComponentTable to prevent a conflict - Add some functions stubs and global variables
This commit is contained in:
parent
f5e962ff2e
commit
f7ec84eea0
8 changed files with 31 additions and 33 deletions
|
@ -383,10 +383,8 @@ PspInitializeSystemDll(VOID)
|
|||
KeBugCheckEx(PROCESS1_INITIALIZATION_FAILED, Status, 8, 0, 0);
|
||||
}
|
||||
|
||||
#ifdef _WINKD_
|
||||
/* Let KD know we are done */
|
||||
KdUpdateDataBlock();
|
||||
#endif
|
||||
|
||||
/* Return status */
|
||||
return Status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue