mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
This was broken by commit a890fc64d1
This commit is contained in:
parent
38e53eea4f
commit
8b6e441a6e
1 changed files with 2 additions and 0 deletions
|
@ -626,6 +626,7 @@ KdpPromptString(
|
|||
_In_ PSTRING PromptString,
|
||||
_In_ PSTRING ResponseString)
|
||||
{
|
||||
#ifdef KDBG
|
||||
KIRQL OldIrql;
|
||||
STRING StringChar;
|
||||
CHAR Response;
|
||||
|
@ -720,6 +721,7 @@ KdpPromptString(
|
|||
/* Print a new line */
|
||||
*StringChar.Buffer = '\n';
|
||||
KdpPrintString(&StringChar);
|
||||
#endif
|
||||
|
||||
/* Success; we don't need to resend */
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue