mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-20 12:14:27 +02:00
DuetPkg DxeIpl and EfiLdr: Add the missing EFIAPI for the function
The function with the variable parameters should have EFIAPI. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
c3aa61b571
commit
d9c86bee92
@ -52,6 +52,7 @@ ClearScreen (
|
||||
}
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
PrintString (
|
||||
IN CONST CHAR8 *FormatString,
|
||||
...
|
||||
|
@ -27,6 +27,7 @@ PrintHeader (
|
||||
);
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
PrintString (
|
||||
IN CONST CHAR8 *FormatString,
|
||||
...
|
||||
|
@ -49,6 +49,7 @@ ClearScreen (
|
||||
}
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
PrintString (
|
||||
IN CONST CHAR8 *FormatString,
|
||||
...
|
||||
|
@ -27,6 +27,7 @@ PrintHeader (
|
||||
);
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
PrintString (
|
||||
IN CONST CHAR8 *FormatString,
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user