mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[NTOS:KD] Merge KdpReportCommandStringStateChange() with kd64 version
This commit is contained in:
parent
6f7835d30c
commit
1eda7d7e99
2 changed files with 1 additions and 9 deletions
|
@ -20,14 +20,6 @@ extern ANSI_STRING KdpLogFileName;
|
|||
|
||||
/* PRIVATE FUNCTIONS *********************************************************/
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
KdpReportCommandStringStateChange(IN PSTRING NameString,
|
||||
IN PSTRING CommandString,
|
||||
IN OUT PCONTEXT Context)
|
||||
{
|
||||
}
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
|
|
|
@ -1648,7 +1648,6 @@ KdpReportLoadSymbolsStateChange(IN PSTRING PathName,
|
|||
} while (Status == ContinueProcessorReselected);
|
||||
}
|
||||
|
||||
#ifdef _WINKD_
|
||||
VOID
|
||||
NTAPI
|
||||
KdpReportCommandStringStateChange(IN PSTRING NameString,
|
||||
|
@ -1726,6 +1725,7 @@ KdpReportCommandStringStateChange(IN PSTRING NameString,
|
|||
} while (Status == ContinueProcessorReselected);
|
||||
}
|
||||
|
||||
#ifdef _WINKD_
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
|
|
Loading…
Reference in a new issue