mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[NTOS:KD64] Format string of KdpDprintf can be const.
This commit is contained in:
parent
16decc61be
commit
9d9536d431
@ -515,7 +515,7 @@ KdpSysCheckLowMemory(
|
||||
VOID
|
||||
__cdecl
|
||||
KdpDprintf(
|
||||
_In_ PCHAR Format,
|
||||
_In_ PCSTR Format,
|
||||
...);
|
||||
|
||||
BOOLEAN
|
||||
|
@ -526,7 +526,7 @@ KdpPrint(
|
||||
VOID
|
||||
__cdecl
|
||||
KdpDprintf(
|
||||
_In_ PCHAR Format,
|
||||
_In_ PCSTR Format,
|
||||
...)
|
||||
{
|
||||
STRING String;
|
||||
|
Loading…
Reference in New Issue
Block a user