mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
- Fix leftover from 43912: Add KdRefreshDebuggerNotPresent to DDK.
svn path=/trunk/; revision=43915
This commit is contained in:
parent
dede0fa637
commit
7249a7574f
1 changed files with 7 additions and 0 deletions
|
@ -10328,6 +10328,13 @@ NTAPI
|
|||
KdEnableDebugger(
|
||||
VOID);
|
||||
|
||||
NTKERNELAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KdRefreshDebuggerNotPresent(
|
||||
VOID
|
||||
);
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WS03SP1)
|
||||
NTKERNELAPI
|
||||
NTSTATUS
|
||||
|
|
Loading…
Reference in a new issue