mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix DbgPrint / DbgPrintEx definitions to use PCCHAR instead of PCCH (recent WDK uses PCCHAR).
This change fixes compiling. svn path=/trunk/; revision=23489
This commit is contained in:
@@ -10450,7 +10450,7 @@ DbgBreakPointWithStatus(
|
||||
ULONG
|
||||
__cdecl
|
||||
DbgPrint(
|
||||
IN PCCH Format,
|
||||
IN PCCHAR Format,
|
||||
IN ...);
|
||||
|
||||
ULONG
|
||||
@@ -10458,7 +10458,7 @@ __cdecl
|
||||
DbgPrintEx(
|
||||
IN ULONG ComponentId,
|
||||
IN ULONG Level,
|
||||
IN PCCH Format,
|
||||
IN PCCHAR Format,
|
||||
IN ...);
|
||||
|
||||
NTOSAPI
|
||||
|
||||
@@ -2454,7 +2454,7 @@ RtlFreeRangeList(IN PRTL_RANGE_LIST RangeList);
|
||||
ULONG
|
||||
__cdecl
|
||||
DbgPrint(
|
||||
IN PCCH Format,
|
||||
IN PCCHAR Format,
|
||||
IN ...
|
||||
);
|
||||
|
||||
@@ -2464,7 +2464,7 @@ __cdecl
|
||||
DbgPrintEx(
|
||||
IN ULONG ComponentId,
|
||||
IN ULONG Level,
|
||||
IN PCCH Format,
|
||||
IN PCCHAR Format,
|
||||
IN ...
|
||||
);
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
ULONG
|
||||
__cdecl
|
||||
DbgPrint(
|
||||
IN PCCH Format,
|
||||
IN PCCHAR Format,
|
||||
IN ...
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user