mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +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(
|
KdEnableDebugger(
|
||||||
VOID);
|
VOID);
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
BOOLEAN
|
||||||
|
NTAPI
|
||||||
|
KdRefreshDebuggerNotPresent(
|
||||||
|
VOID
|
||||||
|
);
|
||||||
|
|
||||||
#if (NTDDI_VERSION >= NTDDI_WS03SP1)
|
#if (NTDDI_VERSION >= NTDDI_WS03SP1)
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Reference in a new issue