mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
Added CONST for some sting type to follow MWG-0.51. Tracker 26 and 28
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@62 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
966ea827ac
commit
5e3d9e4ed5
@ -61,8 +61,8 @@
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
DebugPrint (
|
DebugPrint (
|
||||||
IN UINTN ErrorLevel,
|
IN UINTN ErrorLevel,
|
||||||
IN CHAR8 *Format,
|
IN CONST CHAR8 *Format,
|
||||||
...
|
...
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -93,9 +93,9 @@ DebugPrint (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
DebugAssert (
|
DebugAssert (
|
||||||
IN CHAR8 *FileName,
|
IN CONST CHAR8 *FileName,
|
||||||
IN INTN LineNumber,
|
IN INTN LineNumber,
|
||||||
IN CHAR8 *Description
|
IN CONST CHAR8 *Description
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user