mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[NTOS:KD64] Format string of KdpDprintf can be const.
This commit is contained in:
parent
16decc61be
commit
9d9536d431
2 changed files with 2 additions and 2 deletions
|
@ -515,7 +515,7 @@ KdpSysCheckLowMemory(
|
||||||
VOID
|
VOID
|
||||||
__cdecl
|
__cdecl
|
||||||
KdpDprintf(
|
KdpDprintf(
|
||||||
_In_ PCHAR Format,
|
_In_ PCSTR Format,
|
||||||
...);
|
...);
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
|
|
@ -526,7 +526,7 @@ KdpPrint(
|
||||||
VOID
|
VOID
|
||||||
__cdecl
|
__cdecl
|
||||||
KdpDprintf(
|
KdpDprintf(
|
||||||
_In_ PCHAR Format,
|
_In_ PCSTR Format,
|
||||||
...)
|
...)
|
||||||
{
|
{
|
||||||
STRING String;
|
STRING String;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue