[NTOS:KD] Remove some _WINDK_ usages
authorHervé Poussineau <hpoussin@reactos.org>
Mon, 20 May 2019 10:17:22 +0000 (12:17 +0200)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 23 May 2019 09:04:40 +0000 (11:04 +0200)
commitf7ec84eea0790899ca34b79f2ec5a308204254ac
tree383812fd9d80e77917417931a73d111a9cb62192
parentf5e962ff2ed9d701cc28431eb9ddad2811e9821b
[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
ntoskrnl/ex/init.c
ntoskrnl/include/internal/kd.h
ntoskrnl/include/internal/ntoskrnl.h
ntoskrnl/kd/kdmain.c
ntoskrnl/kdbg/kdb.h
ntoskrnl/kdbg/kdb_cli.c
ntoskrnl/ke/bug.c
ntoskrnl/ps/psmgr.c