[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:
Hervé Poussineau 2019-05-20 12:17:22 +02:00
parent f5e962ff2e
commit f7ec84eea0
8 changed files with 31 additions and 33 deletions

View file

@ -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;